Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[surf] Removed orphaned declaration
[simgrid.git] / include / simgrid / platf.h
index b6f5562..09e5836 100644 (file)
@@ -370,9 +370,6 @@ XBT_PUBLIC(void) sg_platf_ASroute_end (sg_platf_route_cbarg_t ASroute); // Final
 XBT_PUBLIC(void) sg_platf_route_add_link (const char* link_id, sg_platf_route_cbarg_t route); // Add a link to link list
 XBT_PUBLIC(void) sg_platf_ASroute_add_link (const char* link_id, sg_platf_route_cbarg_t ASroute); // Add a link to link list
 
-typedef void (*sg_platf_process_cb_t)(sg_platf_process_cbarg_t);
-XBT_PUBLIC(void) sg_platf_process_add_cb(sg_platf_process_cb_t fct);
-
 SG_END_DECL()
 
 #endif                          /* SG_PLATF_H */