X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7f3f8f529e768dc634482aa2fd40cad33ba8b496..f159a7002798e65df6c90c3b9f774f48920aa41b:/src/surf/host_ptask_L07.hpp diff --git a/src/surf/host_ptask_L07.hpp b/src/surf/host_ptask_L07.hpp index 3754b67fac..d811ddfdf8 100644 --- a/src/surf/host_ptask_L07.hpp +++ b/src/surf/host_ptask_L07.hpp @@ -93,9 +93,6 @@ public: ************/ class CpuL07 : public Cpu { - friend void HostL07Model::addTraces(); - tmgr_trace_iterator_t p_stateEvent = nullptr; - tmgr_trace_iterator_t p_speedEvent = nullptr; public: CpuL07(CpuL07Model *model, simgrid::s4u::Host *host, xbt_dynar_t speedPeakList, int pstate, double power_scale, tmgr_trace_t power_trace,