X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/67f36ac7e6410496964e1c3c5104af9920438131..60219c257731fa65cd006beec0579b8443036fff:/src/surf/ptask_L07.hpp diff --git a/src/surf/ptask_L07.hpp b/src/surf/ptask_L07.hpp index a611d4771e..c03c0b1266 100644 --- a/src/surf/ptask_L07.hpp +++ b/src/surf/ptask_L07.hpp @@ -63,7 +63,6 @@ public: xbt_dict_t properties) override; Action *communicate(kernel::routing::NetCard *src, kernel::routing::NetCard *dst, double size, double rate) override; - bool next_occuring_event_isIdempotent() override {return true;} HostL07Model *hostModel_; };