diff options
Diffstat (limited to 'src/os_unix.c')
-rw-r--r-- | src/os_unix.c | 2 |
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 */ |