summaryrefslogtreecommitdiffstats
path: root/osdep/timer-linux.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/timer-linux.c')
-rw-r--r--osdep/timer-linux.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/osdep/timer-linux.c b/osdep/timer-linux.c
index 4ef28a499d..63f7ad913f 100644
--- a/osdep/timer-linux.c
+++ b/osdep/timer-linux.c
@@ -26,13 +26,6 @@
#include "config.h"
#include "timer.h"
-const char timer_name[] =
-#ifdef HAVE_NANOSLEEP
- "nanosleep()";
-#else
- "usleep()";
-#endif
-
int usec_sleep(int usec_delay)
{
#ifdef HAVE_NANOSLEEP