From: Arnaud Giersch Date: Tue, 26 Feb 2019 16:29:07 +0000 (+0100) Subject: Method is redundant with base class. X-Git-Tag: v3_22~226 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/52bbf6abbe3dfbbd715ec4041e31fcfa2c7e453f?hp=8adc6066afcd5faa0a14551e96b1eff092eb20af Method is redundant with base class. --- diff --git a/include/simgrid/kernel/resource/Action.hpp b/include/simgrid/kernel/resource/Action.hpp index 51d8af9aff..bde56a29e8 100644 --- a/include/simgrid/kernel/resource/Action.hpp +++ b/include/simgrid/kernel/resource/Action.hpp @@ -42,7 +42,6 @@ public: void update(Action* action, double date, ActionHeap::Type type); void remove(Action* action); Action* pop(); - bool empty() const { return heap_type::empty(); } }; /** @details An action is a consumption on a resource (e.g.: a communication for the network).