X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/01f0c436719fd79cf75643e254bc04011bcdcce8..3622a9c058d91313ef3d2bf6af1b54ab5f4786f8:/src/surf/host_ptask_L07.hpp diff --git a/src/surf/host_ptask_L07.hpp b/src/surf/host_ptask_L07.hpp index 004b4b6b92..55645be226 100644 --- a/src/surf/host_ptask_L07.hpp +++ b/src/surf/host_ptask_L07.hpp @@ -102,7 +102,6 @@ public: void updateState(tmgr_trace_event_t /*event_type*/, double /*value*/, double /*date*/) override {DIE_IMPOSSIBLE;}; Action *execute(double size) override {return p_cpu->execute(size);}; Action *sleep(double duration) override {return p_cpu->sleep(duration);}; - e_surf_resource_state_t getState() override; }; class CpuL07 : public Cpu {