Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanup around the free-like functions used as dealloc callbacks in dynar and dicts...
[simgrid.git] / src / xbt / xbt_os_time.c
index de79d93..6e63660 100644 (file)
@@ -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 */