Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill unused function.
[simgrid.git] / include / xbt / signal.hpp
index 42c0435..8b6cf91 100644 (file)
@@ -42,8 +42,6 @@ public:
   void disconnect(unsigned int id) { handlers_.erase(id); }
   /** Remove all callbacks */
   void disconnect_slots() { handlers_.clear(); }
-  /** Get the amount of callbacks */
-  int get_slot_count() { return handlers_.size(); }
 };
 }
 }