From e16bcd08aae85a7d9c2de5a4b1c733280cb81112 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sun, 13 May 2018 00:08:52 +0200 Subject: Remove MOZ_WIDGET_GONK [2/2] Tag #288 --- ipc/unixfd/UnixFdWatcher.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ipc/unixfd') diff --git a/ipc/unixfd/UnixFdWatcher.cpp b/ipc/unixfd/UnixFdWatcher.cpp index 41289a90b..367c1f597 100644 --- a/ipc/unixfd/UnixFdWatcher.cpp +++ b/ipc/unixfd/UnixFdWatcher.cpp @@ -11,14 +11,9 @@ #undef CHROMIUM_LOG #endif -#if defined(MOZ_WIDGET_GONK) -#include -#define CHROMIUM_LOG(args...) __android_log_print(ANDROID_LOG_INFO, "I/O", args); -#else #include #define IODEBUG true #define CHROMIUM_LOG(args...) if (IODEBUG) printf(args); -#endif namespace mozilla { namespace ipc { -- cgit v1.2.3