summaryrefslogtreecommitdiff
path: root/port/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'port/port.h')
-rw-r--r--port/port.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/port/port.h b/port/port.h
index 816826b..e667db4 100644
--- a/port/port.h
+++ b/port/port.h
@@ -14,8 +14,6 @@
# include "port/port_posix.h"
#elif defined(LEVELDB_PLATFORM_CHROMIUM)
# include "port/port_chromium.h"
-#elif defined(LEVELDB_PLATFORM_ANDROID)
-# include "port/port_android.h"
#endif
#endif // STORAGE_LEVELDB_PORT_PORT_H_