X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d389c534faa9e89b5a9752fc122b20516b7659b0..c2c352c327208f8c6bbdf3eb49eb14ba46f64fdb:/include/simgrid/kernel/resource/Action.hpp 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