Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove the 'new_' part of function name sg_platf_new_trace_connect
[simgrid.git] / src / surf / storage_private.h
index e41cde0..c62f265 100644 (file)
@@ -54,6 +54,4 @@ typedef struct surf_action_storage {
   void *storage;
 } s_surf_action_storage_t, *surf_action_storage_t;
 
-static int storage_action_unref(surf_action_t action);
-
 #endif /* STORAGE_PRIVATE_H_ */