Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill some dead code in NS3
[simgrid.git] / src / surf / ns3 / ns3_simulator.h
index 740c7e1..73e2305 100644 (file)
@@ -49,10 +49,6 @@ public:
             std::uint32_t TotalBytes,
             void * action);
   void simulator_start(double min);
-  void* get_action_from_socket(void *socket);
-  double get_remains_from_socket(void *socket);
-  double get_sent_from_socket(void *socket);
-  char get_finished(void *socket);
 };
 
 #endif                          /* __cplusplus */