diff options
author | drh <drh@noemail.net> | 2010-07-03 17:13:31 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2010-07-03 17:13:31 +0000 |
commit | 2667be5e3fa58c7724efeccfcad22efddcc77ff0 (patch) | |
tree | 7d318eff45506f0abe3910f6703237518a5725b5 /src/os_unix.c | |
parent | b3f4351f005d1f8b9de672b7e76dfbf1d9c6fe75 (diff) | |
download | sqlite-2667be5e3fa58c7724efeccfcad22efddcc77ff0.tar.gz sqlite-2667be5e3fa58c7724efeccfcad22efddcc77ff0.zip |
Remove the unused xRename() method from the sqlite3_vfs object.
Add better documentation on the xCurrentTimeInt64() method.
FossilOrigin-Name: 51ec0e5432dd6849b83a3d969a018482eb3bb083
Diffstat (limited to 'src/os_unix.c')
-rw-r--r-- | src/os_unix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os_unix.c b/src/os_unix.c index a41b57983..23b558b09 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -6084,7 +6084,6 @@ int sqlite3_os_init(void){ unixSleep, /* xSleep */ \ unixCurrentTime, /* xCurrentTime */ \ unixGetLastError, /* xGetLastError */ \ - 0, /* xRename */ \ unixCurrentTimeInt64, /* xCurrentTimeInt64 */ \ } |