Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[surf] Removed orphaned declaration
authorGabriel Corona <gabriel.corona@loria.fr>
Tue, 1 Dec 2015 11:11:31 +0000 (12:11 +0100)
committerGabriel Corona <gabriel.corona@loria.fr>
Tue, 1 Dec 2015 11:31:33 +0000 (12:31 +0100)
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 */