1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Remove the unused xRename() method from the sqlite3_vfs object.

Add better documentation on the xCurrentTimeInt64() method.

FossilOrigin-Name: 51ec0e5432dd6849b83a3d969a018482eb3bb083
This commit is contained in:
drh
2010-07-03 17:13:31 +00:00
parent b3f4351f00
commit 2667be5e3f
11 changed files with 39 additions and 35 deletions

View File

@ -813,7 +813,6 @@ static int crashEnableCmd(
cfSleep, /* xSleep */
cfCurrentTime, /* xCurrentTime */
0, /* xGetlastError */
0, /* xRename */
0, /* xCurrentTimeInt64 */
};