diff options
author | drh <drh@noemail.net> | 2010-05-01 18:23:08 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2010-05-01 18:23:08 +0000 |
commit | f72a8751c98d2b9c99783a6c3adcff0e2c87090a (patch) | |
tree | 141d71a32b4cd35d0cafc3244f0bfed18f028396 /src/os_unix.c | |
parent | bee6f4ebe21126d1811b34dec26a67cde376dae0 (diff) | |
download | sqlite-f72a8751c98d2b9c99783a6c3adcff0e2c87090a.tar.gz sqlite-f72a8751c98d2b9c99783a6c3adcff0e2c87090a.zip |
Remove the xShmPush and xShmPull methods from the VFS.
FossilOrigin-Name: 69e07fdbde5054593de948b76dfac157cf5d4058
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 e15d9d416..314ad9dd7 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -6587,8 +6587,6 @@ int sqlite3_os_init(void){ unixShmSize, /* xShmSize */ \ unixShmGet, /* xShmGet */ \ unixShmRelease, /* xShmRelease */ \ - 0, /* xShmPush */ \ - 0, /* xShmPull */ \ unixShmLock, /* xShmLock */ \ unixShmClose, /* xShmClose */ \ unixShmDelete, /* xShmDelete */ \ |