diff options
Diffstat (limited to 'tests/condvar7.c')
-rw-r--r-- | tests/condvar7.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/condvar7.c b/tests/condvar7.c index d81dd78..ae51a10 100644 --- a/tests/condvar7.c +++ b/tests/condvar7.c @@ -116,11 +116,7 @@ main() int i; pthread_t t[NUMTHREADS + 1]; -#if defined(__MINGW32__) - struct timeb currSysTime; -#else struct _timeb currSysTime; -#endif const DWORD NANOSEC_PER_MILLISEC = 1000000; cvthing.shared = 0; |