mdbx-tools: cleanup MDBX_NOSUBDIR (needless).

This commit is contained in:
Leonid Yuriev
2021-05-27 11:04:50 +03:00
parent a7167ce715
commit 8915db5f83
4 changed files with 2 additions and 6 deletions

View File

@@ -1114,7 +1114,6 @@ int main(int argc, char *argv[]) {
quiet = true;
break;
case 'n':
envflags |= MDBX_NOSUBDIR;
break;
case 'w':
envflags &= ~MDBX_RDONLY;