| Index: third_party/sqlite/sqlite-src-3070603/src/sqlite.h.in
|
| diff --git a/third_party/sqlite/src/src/sqlite.h.in b/third_party/sqlite/sqlite-src-3070603/src/sqlite.h.in
|
| similarity index 99%
|
| copy from third_party/sqlite/src/src/sqlite.h.in
|
| copy to third_party/sqlite/sqlite-src-3070603/src/sqlite.h.in
|
| index 00c8510b77dca0591da3c77dda3e889329310899..ec7e502d4a30690f6ae5aabe1aa41d98e8ee07e6 100644
|
| --- a/third_party/sqlite/src/src/sqlite.h.in
|
| +++ b/third_party/sqlite/sqlite-src-3070603/src/sqlite.h.in
|
| @@ -6388,17 +6388,6 @@ int sqlite3_wal_checkpoint_v2(
|
| #define SQLITE_CHECKPOINT_RESTART 2
|
|
|
|
|
| -/* Begin recover.patch for Chromium */
|
| -/*
|
| -** Call to initialize the recover virtual-table modules (see recover.c).
|
| -**
|
| -** This could be loaded by default in main.c, but that would make the
|
| -** virtual table available to Web SQL. Breaking it out allows only
|
| -** selected users to enable it (currently sql/recovery.cc).
|
| -*/
|
| -int recoverVtableInit(sqlite3 *db);
|
| -/* End recover.patch for Chromium */
|
| -
|
| /*
|
| ** Undo the hack that converts floating point types to integer for
|
| ** builds on processors without floating point support.
|
|
|