From 5017fc4c6bd72be5fbe0020832c511cc6a7599f1 Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Tue, 1 Dec 2015 12:11:31 +0100 Subject: [PATCH] [surf] Removed orphaned declaration --- include/simgrid/platf.h | 3 --- 1 file changed, 3 deletions(-) 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 */ -- 2.20.1