Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix bad type comparison
[simgrid.git] / include / xbt / signal.hpp
index 42c043586f369485a21eb2665065c41bed7a4bc7..8b6cf9164de3ed5ec3c1e793d0b5355e7a2f15d0 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(); }
 };
 }
 }