X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=common%2Fos_posix.cpp;h=261fe88c929409d796b8cbd82ed6ea574dfc9990;hb=ddbf8c0065ce1b7502e3e127a846add476ab7a4c;hp=e6af7383f35b6a78b4efad1fcf1339bb8a3f5531;hpb=c76aab3ab2c6fbd3a0354906a2829640935d64e9;p=apitrace diff --git a/common/os_posix.cpp b/common/os_posix.cpp index e6af738..261fe88 100644 --- a/common/os_posix.cpp +++ b/common/os_posix.cpp @@ -30,7 +30,6 @@ #include #include -#include #include #include #include @@ -159,14 +158,6 @@ log(const char *format, ...) logging = false; } -long long -getTime(void) -{ - struct timeval tv; - gettimeofday(&tv, NULL); - return tv.tv_usec + tv.tv_sec*1000000LL; -} - void abort(void) {