gdbm: remove obsolete options

db4
Dmitry Shubin 2010-06-26 22:24:27 +04:00
parent 09dbdaae77
commit d1d742211b
1 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,6 @@ CONSTANT: GDBM_READER 0
CONSTANT: GDBM_WRITER 1
CONSTANT: GDBM_WRCREAT 2
CONSTANT: GDBM_NEWDB 3
CONSTANT: GDBM_FAST HEX: 10
CONSTANT: GDBM_SYNC HEX: 20
CONSTANT: GDBM_NOLOCK HEX: 40
@ -26,7 +25,6 @@ CONSTANT: GDBM_INSERT 0
CONSTANT: GDBM_REPLACE 1
CONSTANT: GDBM_CACHESIZE 1
CONSTANT: GDBM_FASTMODE 2
CONSTANT: GDBM_SYNCMODE 3
CONSTANT: GDBM_CENTFREE 4
CONSTANT: GDBM_COALESCEBLKS 5