From: Gabriel Corona Date: Tue, 1 Dec 2015 11:11:31 +0000 (+0100) Subject: [surf] Removed orphaned declaration X-Git-Tag: v3_13~1512 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5017fc4c6bd72be5fbe0020832c511cc6a7599f1 [surf] Removed orphaned declaration --- diff --git a/include/simgrid/platf.h b/include/simgrid/platf.h index b6f5562e1b..09e5836d5d 100644 --- a/include/simgrid/platf.h +++ b/include/simgrid/platf.h @@ -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 */