Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: third_party/sqlite/src/src/os.h

Issue 6823057: Cleanup SQLite 3.6.18 import. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/sqlite/src/src/main.c ('k') | third_party/sqlite/src/src/os_symbian.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/sqlite/src/src/main.c ('k') | third_party/sqlite/src/src/os_symbian.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698