From: Arnaud Giersch Date: Wed, 16 Jan 2019 10:30:41 +0000 (+0100) Subject: Struct xbt_os_thread_t is not used anymore. X-Git-Tag: v3_22~545^2~5 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2928992cb2f82e92cca6cc04509eb714b25c722c Struct xbt_os_thread_t is not used anymore. --- diff --git a/src/xbt/xbt_os_thread.c b/src/xbt/xbt_os_thread.c index dc723291cd..e7a5c990a1 100644 --- a/src/xbt/xbt_os_thread.c +++ b/src/xbt/xbt_os_thread.c @@ -38,12 +38,6 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_sync_os, xbt, "Synchronization mechanism (OS-level)"); -typedef struct xbt_os_thread_ { - pthread_t t; - void *param; - pvoid_f_pvoid_t start_routine; -} s_xbt_os_thread_t; - /****** mutex related functions ******/ typedef struct xbt_os_mutex_ { pthread_mutex_t m;