From 011a7ae6ffccbf20e1b5b6b62f99e28e9b3e809c Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Tue, 1 May 2018 22:26:23 +0200 Subject: [PATCH] Remove unused forward declarations. --- src/simix/smx_synchro.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/simix/smx_synchro.cpp b/src/simix/smx_synchro.cpp index c2e25e5533..fe1fa3f0c8 100644 --- a/src/simix/smx_synchro.cpp +++ b/src/simix/smx_synchro.cpp @@ -13,11 +13,6 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(simix_synchro, simix, "SIMIX Synchronization (mutex, semaphores and conditions)"); -static void _SIMIX_cond_wait(smx_cond_t cond, smx_mutex_t mutex, double timeout, - smx_actor_t issuer, smx_simcall_t simcall); -static void _SIMIX_sem_wait(smx_sem_t sem, double timeout, smx_actor_t issuer, - smx_simcall_t simcall); - /***************************** Raw synchronization *********************************/ smx_activity_t SIMIX_synchro_wait(sg_host_t smx_host, double timeout) -- 2.20.1