Index: third_party/sqlite/src/src/os.h |
diff --git a/third_party/sqlite/src/src/os.h b/third_party/sqlite/src/src/os.h |
index 58941cee5f334c38c6b44d77a7719d2afe16a269..7bc848f1275247972307f2f79902aeeedfd5ff23 100644 |
--- a/third_party/sqlite/src/src/os.h |
+++ b/third_party/sqlite/src/src/os.h |
@@ -29,10 +29,6 @@ |
** will defined to either 1 or 0. One of the four will be 1. The other |
** three will be 0. |
*/ |
-#ifdef OS_SYMBIAN |
-# define SQLITE_OS_SYMBIAN 1 |
-# define SQLITE_OS_OTHER 1 |
-#endif |
#if defined(SQLITE_OS_OTHER) |
# if SQLITE_OS_OTHER==1 |
# undef SQLITE_OS_UNIX |