diff options
author | Vasu Nori <vnori@google.com> | 2010-07-07 14:29:44 -0700 |
---|---|---|
committer | Vasu Nori <vnori@google.com> | 2010-07-07 14:29:44 -0700 |
commit | ebc6b24ff37b903195b37f143a5791c9f02be8df (patch) | |
tree | f0a5a461bd590906db4209a720eff2abe1ff0789 /dist/shell.c | |
parent | 176bf03af2edfb2a45b66dcb5daf822cc50c499e (diff) |
latest sqlite with fix for WAL-caued corruption
Change-Id: I40056f72e4eecf8cbc39d91933cc604ab0c361c1
Diffstat (limited to 'dist/shell.c')
-rw-r--r-- | dist/shell.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dist/shell.c b/dist/shell.c index 8879b36..9c21103 100644 --- a/dist/shell.c +++ b/dist/shell.c @@ -24,7 +24,6 @@ #include "sqlite3.h" #include <ctype.h> #include <stdarg.h> - // Begin Android Add #ifndef NO_ANDROID_FUNCS #include <sqlite3_android.h> |