From 3001fe98155b755a2acfc3712aadb3e3b6913fe5 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 10 Nov 2011 23:53:50 +0100 Subject: [PATCH] Remove two more declaration of phantom functions. --- src/simix/smx_synchro.c | 1 - src/surf/surf_routing.c | 1 - 2 files changed, 2 deletions(-) diff --git a/src/simix/smx_synchro.c b/src/simix/smx_synchro.c index ca8f8dc7a7..f5ccd07033 100644 --- a/src/simix/smx_synchro.c +++ b/src/simix/smx_synchro.c @@ -17,7 +17,6 @@ static void _SIMIX_cond_wait(smx_cond_t cond, smx_mutex_t mutex, double timeout, smx_process_t issuer, smx_req_t req); static void _SIMIX_sem_wait(smx_sem_t sem, double timeout, smx_process_t issuer, smx_req_t req); -static void SIMIX_sem_block_onto(smx_sem_t sem); /***************************** Synchro action *********************************/ diff --git a/src/surf/surf_routing.c b/src/surf/surf_routing.c index cb3c7e34be..05a90c6777 100644 --- a/src/surf/surf_routing.c +++ b/src/surf/surf_routing.c @@ -50,7 +50,6 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route, surf, "Routing part of surf"); static void routing_parse_peer(sg_platf_peer_cbarg_t peer); /* peer bypass */ static void routing_parse_Srandom(void); /* random bypass */ -static char *replace_random_parameter(char *chaine); static void routing_parse_postparse(void); /* this lines are only for replace use like index in the model table */ -- 2.20.1