X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1f040cf05620d2fb74a8f34011464acb4d72cb0e..e7ba1c287b7aef37c9aedf8a953910ac5c9380e2:/src/xbt/log.c diff --git a/src/xbt/log.c b/src/xbt/log.c index 607d2e28f6..2bcb103852 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -24,7 +24,6 @@ #include "xbt/dynar.h" #include "xbt/xbt_os_thread.h" -XBT_PUBLIC_DATA(int) (*xbt_pid) (); int xbt_log_no_loc = 0; /* if set to true (with --log=no_loc), file localization will be omitted (for tesh tests) */ static xbt_os_rmutex_t log_cat_init_mutex = NULL;