X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dbbe240cf88805f1a1a1e68c86d1242d76764d4c..a01e72b3aab192e7f8a4e2f26e9cde6ecc9a94ec:/src/xbt/xbt_os_time.c diff --git a/src/xbt/xbt_os_time.c b/src/xbt/xbt_os_time.c index de79d93f50..6e63660a63 100644 --- a/src/xbt/xbt_os_time.c +++ b/src/xbt/xbt_os_time.c @@ -72,13 +72,6 @@ void xbt_os_sleep(double sec) { #endif } -/** @brief like free - @hideinitializer */ -XBT_PUBLIC(void) xbt_free_f(void* p) { - free(p); -} - - /* TSC (tick-level) timers are said to be unreliable on SMP hosts and thus disabled in SDL source code */