From: Frederic Suter Date: Sat, 13 Apr 2019 15:20:39 +0000 (+0200) Subject: please sonar X-Git-Tag: v3.22.2~139 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c2c352c327208f8c6bbdf3eb49eb14ba46f64fdb?ds=sidebyside please sonar --- diff --git a/include/simgrid/kernel/resource/Action.hpp b/include/simgrid/kernel/resource/Action.hpp index a11053f775..475ba174f1 100644 --- a/include/simgrid/kernel/resource/Action.hpp +++ b/include/simgrid/kernel/resource/Action.hpp @@ -238,8 +238,6 @@ public: double get_last_value() const { return last_value_; } void set_last_value(double val) { last_value_ = val; } void set_suspend_state(Action::SuspendStates state) { suspended_ = state; } - -protected: }; } // namespace resource