Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove two more declaration of phantom functions.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 10 Nov 2011 22:53:50 +0000 (23:53 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 10 Nov 2011 23:39:13 +0000 (00:39 +0100)
src/simix/smx_synchro.c
src/surf/surf_routing.c

index ca8f8dc..f5ccd07 100644 (file)
@@ -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 *********************************/
 
index cb3c7e3..05a90c6 100644 (file)
@@ -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 */