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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/osdep/timer-linux.c b/osdep/timer-linux.c
index 073ca84182..4ef28a499d 100644
--- a/osdep/timer-linux.c
+++ b/osdep/timer-linux.c
@@ -20,9 +20,6 @@
*/
#include <unistd.h>
-#ifdef __BEOS__
-#define usleep(t) snooze(t)
-#endif
#include <stdlib.h>
#include <time.h>
#include <sys/time.h>