Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill dead code: Action::recycle never got implemented
[simgrid.git] / src / surf / network_cm02.hpp
index f9d418a..3dd58ea 100644 (file)
@@ -92,7 +92,6 @@ public:
   NetworkCm02Action(Model *model, double cost, bool failed)
  : NetworkAction(model, cost, failed) {};
   void updateRemainingLazy(double now);
-  void recycle();
 };
 
 #endif /* SURF_NETWORK_CM02_HPP_ */