Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill dead code: Action::recycle never got implemented
[simgrid.git] / src / surf / surf_interface.hpp
index f243cac..2197bb0 100644 (file)
@@ -467,9 +467,6 @@ public:
   /** @brief Cancel the current Action if running */
   virtual void cancel();
 
-  /** @brief Recycle an Action */
-  virtual void recycle(){};
-
   /** @brief Suspend the current Action */
   virtual void suspend();