aboutsummaryrefslogtreecommitdiff
path: root/src/os_win.c
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2010-07-03 17:13:31 +0000
committerdrh <drh@noemail.net>2010-07-03 17:13:31 +0000
commit2667be5e3fa58c7724efeccfcad22efddcc77ff0 (patch)
tree7d318eff45506f0abe3910f6703237518a5725b5 /src/os_win.c
parentb3f4351f005d1f8b9de672b7e76dfbf1d9c6fe75 (diff)
downloadsqlite-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_win.c')
-rw-r--r--src/os_win.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os_win.c b/src/os_win.c
index 5f2e05323..51223dfe9 100644
--- a/src/os_win.c
+++ b/src/os_win.c
@@ -2478,7 +2478,6 @@ int sqlite3_os_init(void){
winSleep, /* xSleep */
winCurrentTime, /* xCurrentTime */
winGetLastError, /* xGetLastError */
- 0, /* xRename */
winCurrentTimeInt64, /* xCurrentTimeInt64 */
};