X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/56c47af676825844d0a1c0bc8b5fce9c9da765f1..ba8fd902f8a280dae6c4e53773ced638ddaea413:/src/xbt/xbt_os_time.c diff --git a/src/xbt/xbt_os_time.c b/src/xbt/xbt_os_time.c index 1027ecf340..8187da1e9f 100644 --- a/src/xbt/xbt_os_time.c +++ b/src/xbt/xbt_os_time.c @@ -371,7 +371,6 @@ void xbt_os_threadtimer_start(xbt_os_timer_t timer) timer->elapse.tv_usec = 0; gettimeofday(&(timer->start), NULL); #elif defined(_XBT_WIN32) - struct timeval tv; # if defined(WIN32_WCE) || (_WIN32_WINNT < 0x0400) THROW_UNIMPLEMENTED; # else