From: José Fonseca Date: Thu, 9 Feb 2012 13:14:51 +0000 (+0000) Subject: Remove dead os::getTime() declaration. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=c5c8cf36ddfac2d95dae8df15839abcd32b288d2;p=apitrace Remove dead os::getTime() declaration. --- 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));