summaryrefslogtreecommitdiffstats
path: root/include/utils/Timers.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/utils/Timers.h')
-rw-r--r--include/utils/Timers.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/utils/Timers.h b/include/utils/Timers.h
index 577325f..9a9e07c 100644
--- a/include/utils/Timers.h
+++ b/include/utils/Timers.h
@@ -88,9 +88,6 @@ nsecs_t systemTime(int clock = SYSTEM_TIME_MONOTONIC);
nsecs_t systemTime(int clock);
#endif // def __cplusplus
-// return the system-time according to the specified clock
-int sleepForInterval(long interval, struct timeval* pNextTick);
-
#ifdef __cplusplus
} // extern "C"
#endif