summaryrefslogtreecommitdiffstats
path: root/ipc/keystore/KeyStore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/keystore/KeyStore.cpp')
-rw-r--r--ipc/keystore/KeyStore.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/ipc/keystore/KeyStore.cpp b/ipc/keystore/KeyStore.cpp
index 992bc9075..5544b698d 100644
--- a/ipc/keystore/KeyStore.cpp
+++ b/ipc/keystore/KeyStore.cpp
@@ -10,12 +10,7 @@
#include <sys/stat.h>
#include <sys/types.h>
-#if defined(MOZ_WIDGET_GONK)
-#include <android/log.h>
-#define KEYSTORE_LOG(args...) __android_log_print(ANDROID_LOG_INFO, "Gonk", args)
-#else
#define KEYSTORE_LOG(args...) printf(args);
-#endif
#include "KeyStore.h"
#include "jsfriendapi.h"