Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[windows] typo breaking the build
[simgrid.git] / src / xbt / xbt_os_time.c
index 1027ecf3401271263b119aeb07bdfc4818fa3e12..8187da1e9f844ff589d49c2e6cf3c663db7fee9f 100644 (file)
@@ -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