Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill methods overriding super to the exact same content
[simgrid.git] / src / surf / host_ptask_L07.cpp
index 75c70e1..216dfcb 100644 (file)
@@ -599,12 +599,6 @@ int L07Action::unref()
   return 0;
 }
 
-void L07Action::cancel()
-{
-  setState(SURF_ACTION_FAILED);
-  return;
-}
-
 void L07Action::suspend()
 {
   XBT_IN("(%p))", this);
@@ -625,11 +619,6 @@ void L07Action::resume()
   XBT_OUT();
 }
 
-bool L07Action::isSuspended()
-{
-  return m_suspended == 1;
-}
-
 void L07Action::setMaxDuration(double duration)
 {                               /* FIXME: should inherit */
   XBT_IN("(%p,%g)", this, duration);