From 52bbf6abbe3dfbbd715ec4041e31fcfa2c7e453f Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Tue, 26 Feb 2019 17:29:07 +0100 Subject: [PATCH 1/1] Method is redundant with base class. --- include/simgrid/kernel/resource/Action.hpp | 1 - 1 file changed, 1 deletion(-) 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). -- 2.20.1