Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Deprecate the is_off() methods.
[simgrid.git] / include / simgrid / s4u / Link.hpp
index c34383a..29a2412 100644 (file)
@@ -62,7 +62,6 @@ public:
   void turn_on();
   bool is_on() const;
   void turn_off();
-  bool is_off() const;
 
   void* get_data(); /** Should be used only from the C interface. Prefer extensions in C++ */
   void set_data(void* d);