From 30566ab3f04ba7b85300adab25c47a9fd4a836a2 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 6 Dec 2015 22:10:49 +0100 Subject: [PATCH] kill dead code --- src/surf/cpu_ti.hpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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); -- 2.20.1