mdbx-test: remove obsolete coalesce option.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2022-06-23 14:19:46 +03:00
parent e3a09db3da
commit acce7d4b16
4 changed files with 2 additions and 4 deletions

View File

@@ -98,7 +98,6 @@ MDBX_NORETURN void usage(void) {
" accede == MDBX_ACCEDE\n"
" nometasync == MDBX_NOMETASYNC\n"
" lifo == MDBX_LIFORECLAIM\n"
" coalesce == MDBX_COALESCE\n"
" nosync-safe == MDBX_SAFE_NOSYNC\n"
" writemap == MDBX_WRITEMAP\n"
" nosync-utterly == MDBX_UTTERLY_NOSYNC\n"