diff options
Diffstat (limited to 'ipc/keystore/KeyStore.cpp')
-rw-r--r-- | ipc/keystore/KeyStore.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ipc/keystore/KeyStore.cpp b/ipc/keystore/KeyStore.cpp index 992bc90757..5544b698dd 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" |