diff --git a/src/switch_time.c b/src/switch_time.c index dc428f1f77..2c1bfc1250 100644 --- a/src/switch_time.c +++ b/src/switch_time.c @@ -58,12 +58,7 @@ static int MONO = 1; static int MONO = 0; #endif -#if defined(HAVE_CLOCK_NANOSLEEP) -static int NANO = 1; -#else static int NANO = 0; -#endif - static int OFFSET = 0;