| Index: third_party/sqlite/amalgamation/sqlite3.h
|
| diff --git a/third_party/sqlite/amalgamation/sqlite3.h b/third_party/sqlite/amalgamation/sqlite3.h
|
| index dfa538ec92132894f14dd0c985ea173ffa8da79f..2713c32c0f11edecf7bbee08b27878ee8336b287 100644
|
| --- a/third_party/sqlite/amalgamation/sqlite3.h
|
| +++ b/third_party/sqlite/amalgamation/sqlite3.h
|
| @@ -7451,11 +7451,6 @@ int chromium_sqlite3_fill_in_unix_sqlite3_file(sqlite3_vfs* vfs,
|
| const char* fileName,
|
| int noLock);
|
| CHROMIUM_SQLITE_API
|
| -int chromium_sqlite3_get_reusable_file_handle(sqlite3_file* file,
|
| - const char* fileName,
|
| - int flags,
|
| - int* fd);
|
| -CHROMIUM_SQLITE_API
|
| void chromium_sqlite3_update_reusable_file_handle(sqlite3_file* file,
|
| int fd,
|
| int flags);
|
|
|