From b7d9dad58e5a3f87a6c767412941700bc8010044 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sat, 12 May 2018 14:32:03 +0200 Subject: Remove MOZ_B2G leftovers and some dead B2G-only components. --- ipc/glue/MessageChannel.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ipc/glue') diff --git a/ipc/glue/MessageChannel.cpp b/ipc/glue/MessageChannel.cpp index 70e2387d5..7861f3e2d 100644 --- a/ipc/glue/MessageChannel.cpp +++ b/ipc/glue/MessageChannel.cpp @@ -27,13 +27,8 @@ using mozilla::Move; // Undo the damage done by mozzconf.h #undef compress -// Logging seems to be somewhat broken on b2g. -#ifdef MOZ_B2G -#define IPC_LOG(...) -#else static mozilla::LazyLogModule sLogModule("ipc"); #define IPC_LOG(...) MOZ_LOG(sLogModule, LogLevel::Debug, (__VA_ARGS__)) -#endif /* * IPC design: -- cgit v1.2.3