summaryrefslogtreecommitdiffstats
path: root/widget/android/AndroidBridgeUtilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'widget/android/AndroidBridgeUtilities.h')
-rw-r--r--widget/android/AndroidBridgeUtilities.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/widget/android/AndroidBridgeUtilities.h b/widget/android/AndroidBridgeUtilities.h
deleted file mode 100644
index ca8326281..000000000
--- a/widget/android/AndroidBridgeUtilities.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef ALOG
-#if defined(DEBUG) || defined(FORCE_ALOG)
-#define ALOG(args...) __android_log_print(ANDROID_LOG_INFO, "Gecko" , ## args)
-#else
-#define ALOG(args...) ((void)0)
-#endif
-#endif
-
-#ifdef DEBUG
-#define ALOG_BRIDGE(args...) ALOG(args)
-#else
-#define ALOG_BRIDGE(args...) ((void)0)
-#endif