X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=common%2Fos.hpp;h=cc72a0ea5b288184ffeb1759894344d2f5f5de3a;hb=0d6280a224f983d4e51e25daa7b2b4a4fa222583;hp=6a3b8c82f33840929b688de60ceb6f69fe9901b7;hpb=0a41c9bdd4b2eb1dfc94832d02417f86dbb78d00;p=apitrace diff --git a/common/os.hpp b/common/os.hpp index 6a3b8c8..cc72a0e 100644 --- a/common/os.hpp +++ b/common/os.hpp @@ -46,10 +46,6 @@ namespace os { -void acquireMutex(void); - -void releaseMutex(void); - void log(const char *format, ...) #ifdef __GNUC__ __attribute__ ((format (printf, 1, 2))) @@ -74,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));