From: Martin Quinson Date: Sun, 6 Dec 2015 21:10:49 +0000 (+0100) Subject: kill dead code X-Git-Tag: v3_13~1481 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/30566ab3f04ba7b85300adab25c47a9fd4a836a2 kill dead code --- diff --git a/src/surf/cpu_ti.hpp b/src/surf/cpu_ti.hpp index a23b38c4f5..0196d91788 100644 --- a/src/surf/cpu_ti.hpp +++ b/src/surf/cpu_ti.hpp @@ -65,7 +65,7 @@ public: double m_value; /*< Percentage of cpu speed available. Value fixed between 0 and 1 */ /* Dynamic */ - double m_lastTime; /*< Integral interval last point (discret time) */ + double m_lastTime; /*< Integral interval last point (discrete time) */ double m_total; /*< Integral total between 0 and last_pointn */ CpuTiTrace *p_trace; @@ -78,10 +78,6 @@ public: class CpuTiAction: public CpuAction { friend class CpuTi; - // friend CpuAction *CpuTi::execute(double size); - // friend CpuAction *CpuTi::sleep(double duration); - // friend void CpuTi::updateActionsFinishTime(double now);//FIXME - // friend void CpuTi::updateRemainingAmount(double now);//FIXME public: CpuTiAction(CpuTiModel *model, double cost, bool failed, CpuTi *cpu);