mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-12 13:01:09 +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:
@@ -6084,7 +6084,6 @@ int sqlite3_os_init(void){
|
||||
unixSleep, /* xSleep */ \
|
||||
unixCurrentTime, /* xCurrentTime */ \
|
||||
unixGetLastError, /* xGetLastError */ \
|
||||
0, /* xRename */ \
|
||||
unixCurrentTimeInt64, /* xCurrentTimeInt64 */ \
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user