X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=common%2Fos.hpp;h=cc72a0ea5b288184ffeb1759894344d2f5f5de3a;hb=be6b2e76b2a5c529eec85cab10732444143c87d5;hp=caf9dc3d2cc66e4243d819571beaf1082c7bd723;hpb=0e47f66f21683a18f34282e07efa85cdac4fe0e0;p=apitrace 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));