aboutsummaryrefslogtreecommitdiff
path: root/src/os_unix.c
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2007-08-24 16:08:29 +0000
committerdrh <drh@noemail.net>2007-08-24 16:08:29 +0000
commit1cc8c448b52a143d6be1bea2e1ff52ca7a857663 (patch)
tree95e1c17588fa56d3a8c3007f58a0f2549e492ea2 /src/os_unix.c
parent9663b8f92d1c519a936d883b979bd41c2d4e5f59 (diff)
downloadsqlite-1cc8c448b52a143d6be1bea2e1ff52ca7a857663.tar.gz
sqlite-1cc8c448b52a143d6be1bea2e1ff52ca7a857663.zip
Remove nRef and vfsMutex from the sqlite3_vfs structure. Omit the
sqlite3_vfs_release() interface. Less memory allocated for a pager in the common case where the size of the pathname is less than MAX_PATH. (CVS 4287) FossilOrigin-Name: b8451da378179d43f25d9a014480c0f13dd1dc37
Diffstat (limited to 'src/os_unix.c')
-rw-r--r--src/os_unix.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/os_unix.c b/src/os_unix.c
index 4287e2351..e9150f1df 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -2702,8 +2702,6 @@ sqlite3_vfs *sqlite3OsDefaultVfs(void){
1, /* iVersion */
sizeof(unixFile), /* szOsFile */
MAX_PATHNAME, /* mxPathname */
- 0, /* nRef */
- 0, /* vfsMutex */
0, /* pNext */
"unix", /* zName */
0, /* pAppData */