From c5c8cf36ddfac2d95dae8df15839abcd32b288d2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Thu, 9 Feb 2012 13:14:51 +0000 Subject: [PATCH] Remove dead os::getTime() declaration. --- common/os.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/common/os.hpp b/common/os.hpp index caf9dc3..cc72a0e 100644 --- a/common/os.hpp +++ b/common/os.hpp @@ -70,11 +70,6 @@ void log(const char *format, ...) #endif #endif -/** - * Get the current time in microseconds from an unknown base. - */ -long long getTime(void); - void abort(void); void setExceptionCallback(void (*callback)(void)); -- 2.43.0