summaryrefslogtreecommitdiff
path: root/win32/win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/win32.c')
-rw-r--r--win32/win32.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/win32.c b/win32/win32.c
index b888e9c9e6..d673636e57 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -4359,7 +4359,6 @@ clock_getres(clockid_t clock_id, struct timespec *sp)
case CLOCK_MONOTONIC:
{
LARGE_INTEGER freq;
- LARGE_INTEGER count;
if (!QueryPerformanceFrequency(&freq)) {
errno = map_errno(GetLastError());
return -1;