Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill methods overriding super to the same content
[simgrid.git] / src / surf / network_constant.cpp
index 0d90ff7..326f31b 100644 (file)
@@ -125,21 +125,5 @@ void NetworkConstantAction::setCategory(const char * /*category*/)
   //ignore completely the categories in constant model, they are not traced
 }
 
-void NetworkConstantAction::suspend()
-{
-  m_suspended = true;
-}
-
-void NetworkConstantAction::resume()
-{
-  if (m_suspended)
-       m_suspended = false;
-}
-
-bool NetworkConstantAction::isSuspended()
-{
-  return m_suspended;
-}
-
 }
 }