X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dd49f9d0ff63334f76e12446cd8076edef85c508..9cc88b5ca5bce4893bbb192a38c6f175f5504cc0:/include/simgrid/kernel/resource/Action.hpp diff --git a/include/simgrid/kernel/resource/Action.hpp b/include/simgrid/kernel/resource/Action.hpp index b75750e30b..48b1143466 100644 --- a/include/simgrid/kernel/resource/Action.hpp +++ b/include/simgrid/kernel/resource/Action.hpp @@ -67,7 +67,6 @@ class XBT_PUBLIC Action { double cost_; Model* model_; - void* data_ = nullptr; /**< for your convenience - XBT_ATTRIB_DEPRECATED_v334 */ activity::ActivityImpl* activity_ = nullptr; /* LMM */ @@ -156,17 +155,6 @@ public: /** @brief Get the finish time of the current action */ double get_finish_time() const { return finish_time_; } - /** @brief Get the user data associated to the current action */ - XBT_ATTRIB_DEPRECATED_v334("Please manifest if you actually need this function") void* get_data() const - { - return data_; - } - /** @brief Set the user data associated to the current action */ - XBT_ATTRIB_DEPRECATED_v334("Please manifest if you actually need this function") void set_data(void* data) - { - data_ = data; - } - /** @brief Get the user data associated to the current action */ activity::ActivityImpl* get_activity() const { return activity_; } /** @brief Set the user data associated to the current action */