From: Martin Quinson Date: Sun, 13 Sep 2015 22:51:44 +0000 (+0200) Subject: [MSCV] kill unused variable X-Git-Tag: v3_12~187^2~16 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/93156c17fc2a38c2d25d3fa7c7b3058a40054cb2?hp=b2252602473b26e442a9c96b4f28dc089deb19f4 [MSCV] kill unused variable --- 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