Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Align Link get/set_data() with the Extendable version of that feature
[simgrid.git] / include / simgrid / s4u / Link.hpp
index 3ef6cee..8d788ed 100644 (file)
@@ -64,9 +64,6 @@ public:
   bool is_on() const;
   void turn_off();
 
-  void* get_data(); /** Should be used only from the C interface. Prefer extensions in C++ */
-  void set_data(void* d);
-
 #ifndef DOXYGEN
   XBT_ATTRIB_DEPRECATED_v325("Please use Link::set_state_profile()") void set_state_trace(
       kernel::profile::Profile* profile)