Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill methods overriding super to the same content
[simgrid.git] / src / surf / network_constant.hpp
index 8f3e1b9..742ed64 100644 (file)
@@ -66,11 +66,7 @@ public:
   int unref();
   void cancel();
   void setCategory(const char *category);
-  void suspend();
-  void resume();
-  bool isSuspended();
   double m_latInit;
-  int m_suspended;
 };
 
 }