1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Remove the xShmPush and xShmPull methods from the VFS.

FossilOrigin-Name: 69e07fdbde5054593de948b76dfac157cf5d4058
This commit is contained in:
drh
2010-05-01 18:23:08 +00:00
parent bee6f4ebe2
commit f72a8751c9
5 changed files with 12 additions and 18 deletions

View File

@@ -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 */ \