From c5e2120e15d3b6e6e896a48670376de985fcc712 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 31 Aug 2012 18:17:45 +0200 Subject: timer: remove timer_name This was unreferenced and useless. --- osdep/timer-linux.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'osdep/timer-linux.c') 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 -- cgit v1.2.3