| 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];
|
|
|