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

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

Issue 826543003: [sql] Import reference version of SQLite 3.7.6.3. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: gitignore forgot some files for me. Created 5 years, 11 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
Index: third_party/sqlite/sqlite-src-3070603/src/shell.c
diff --git a/third_party/sqlite/src/src/shell.c b/third_party/sqlite/sqlite-src-3070603/src/shell.c
similarity index 99%
copy from third_party/sqlite/src/src/shell.c
copy to third_party/sqlite/sqlite-src-3070603/src/shell.c
index 13685c2c184b84c8a068964cf2d2264a0a3c778c..aab70b29db45a244fe78bd11101f6902e8b235ba 100644
--- a/third_party/sqlite/src/src/shell.c
+++ b/third_party/sqlite/sqlite-src-3070603/src/shell.c
@@ -2663,14 +2663,6 @@ int main(int argc, char **argv){
int i;
int rc = 0;
- /* Begin evanm patch. */
- 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]);
- }
- /* End evanm patch. */
-
Argv0 = argv[0];
main_init(&data);
stdin_is_interactive = isatty(0);
« no previous file with comments | « third_party/sqlite/sqlite-src-3070603/src/select.c ('k') | third_party/sqlite/sqlite-src-3070603/src/sqlite.h.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698