Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill a now unused function
[simgrid.git] / src / surf / surf_c_bindings.cpp
index 866faf2..8ce32d4 100644 (file)
@@ -455,10 +455,6 @@ double surf_action_get_remains(surf_action_t action){
   return action->getRemains();
 }
 
-void surf_action_unref(surf_action_t action){
-  action->unref();
-}
-
 void surf_action_suspend(surf_action_t action){
   action->suspend();
 }