X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=common%2Fos.hpp;h=cc72a0ea5b288184ffeb1759894344d2f5f5de3a;hb=c53c649fae47d25824e905e3a08d7a27585ffc3f;hp=7f624517432838f1a8fd38515cbf0c871b15af6d;hpb=1242ab5cbdc409e2fc2d787edc28c6ac2a8439d1;p=apitrace diff --git a/common/os.hpp b/common/os.hpp index 7f62451..cc72a0e 100644 --- a/common/os.hpp +++ b/common/os.hpp @@ -70,15 +70,6 @@ void log(const char *format, ...) #endif #endif -#ifdef ANDROID -bool apitrace_enabled(void); -#else -static inline bool apitrace_enabled(void) -{ - return true; -} -#endif - void abort(void); void setExceptionCallback(void (*callback)(void));