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

Unified Diff: third_party/sqlite/src/src/shell.c

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/os_unix.c ('k') | third_party/sqlite/src/src/sqlite.h.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/src/shell.c
diff --git a/third_party/sqlite/src/src/shell.c b/third_party/sqlite/src/src/shell.c
index 22420b860c6c5e0853806b80a9e772371443f67c..84d07440ecad89ccc3a97f3b40606fa89a6681f0 100644
--- a/third_party/sqlite/src/src/shell.c
+++ b/third_party/sqlite/src/src/shell.c
@@ -3008,15 +3008,11 @@ int main(int argc, char **argv){
int rc = 0;
/* Begin evanm patch. */
-#ifdef SQLITE_GEARS_DISABLE_SHELL_ICU
- /* Gears doesn't use this. */
-#else
extern int sqlite_shell_init_icu();
if( !sqlite_shell_init_icu() ){
fprintf(stderr, "%s: warning: couldn't find icudt38.dll; "
"queries against ICU FTS tables will fail.\n", argv[0]);
}
-#endif
/* End evanm patch. */
Argv0 = argv[0];
« no previous file with comments | « third_party/sqlite/src/src/os_unix.c ('k') | third_party/sqlite/src/src/sqlite.h.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698