mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-07 02:42:48 +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:
@@ -1296,8 +1296,7 @@ static int testvfs_cmd(
|
||||
tvfsSleep, /* xSleep */
|
||||
tvfsCurrentTime, /* xCurrentTime */
|
||||
0, /* xGetLastError */
|
||||
0,
|
||||
0,
|
||||
0, /* xCurrentTimeInt64 */
|
||||
};
|
||||
|
||||
Testvfs *p; /* New object */
|
||||
|
Reference in New Issue
Block a user