summaryrefslogtreecommitdiff
path: root/lib/mesa/src/gallium/auxiliary/os/os_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mesa/src/gallium/auxiliary/os/os_time.h')
-rw-r--r--lib/mesa/src/gallium/auxiliary/os/os_time.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/mesa/src/gallium/auxiliary/os/os_time.h b/lib/mesa/src/gallium/auxiliary/os/os_time.h
index 9312e0288..ca0bdd5a0 100644
--- a/lib/mesa/src/gallium/auxiliary/os/os_time.h
+++ b/lib/mesa/src/gallium/auxiliary/os/os_time.h
@@ -70,12 +70,8 @@ os_time_get(void)
/*
* Sleep.
*/
-#if defined(PIPE_OS_UNIX)
-#define os_time_sleep(_usecs) usleep(_usecs)
-#else
void
os_time_sleep(int64_t usecs);
-#endif
/*