Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill dead code: Action::recycle never got implemented
[simgrid.git] / src / surf / network_constant.cpp
index 6574473..47f923f 100644 (file)
@@ -157,11 +157,6 @@ void NetworkConstantAction::resume()
        m_suspended = false;
 }
 
-void NetworkConstantAction::recycle()
-{
-  return;
-}
-
 bool NetworkConstantAction::isSuspended()
 {
   return m_suspended;