Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix build errors with gcc 5.4.0.
[simgrid.git] / include / xbt / signal.hpp
index c81b95b..2900ad4 100644 (file)
@@ -39,9 +39,6 @@ namespace xbt {
     }
     void disconnect_slots() { handlers_.clear(); }
     int get_slot_count() { return handlers_.size(); }
-    // deprecated
-    XBT_ATTRIB_DEPRECATED_v323("Please use xbt::disconnect_slots)") void disconnectSlots() { disconnect_slots(); }
-    XBT_ATTRIB_DEPRECATED_v323("Please use xbt::get_slot_count)") int getSlotsAmount() { return get_slot_count(); }
   };
 
 }