X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=common%2Fos.hpp;h=cc72a0ea5b288184ffeb1759894344d2f5f5de3a;hb=537c507874cdde0b507d306ac058767f506da8e2;hp=7f624517432838f1a8fd38515cbf0c871b15af6d;hpb=b4c584d31d7795428a8a30e353c3f4bc02c5ae5e;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));