Chromium Code Reviews| Index: third_party/sqlite/sqlite3.h |
| =================================================================== |
| --- third_party/sqlite/sqlite3.h (revision 72517) |
| +++ third_party/sqlite/sqlite3.h (working copy) |
| @@ -11,10 +11,6 @@ |
| #if defined(USE_SYSTEM_SQLITE) |
| #include <sqlite3.h> |
| - |
| -// A no-op implementation of database preloading (not available |
| -// when using system sqlite). |
| -static int sqlite3Preload(sqlite3 *db) { return SQLITE_OK; } |
| #else |
| #include "third_party/sqlite/preprocessed/sqlite3.h" |
| #endif |