]> git.cworth.org Git - apitrace/commitdiff
Remove dead os::getTime() declaration.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 9 Feb 2012 13:14:51 +0000 (13:14 +0000)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 9 Feb 2012 13:14:51 +0000 (13:14 +0000)
common/os.hpp

index caf9dc3d2cc66e4243d819571beaf1082c7bd723..cc72a0ea5b288184ffeb1759894344d2f5f5de3a 100644 (file)
@@ -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));