Remove broken/unused `--mmap` option (#8178)
authorAndres Noetzli <andres.noetzli@gmail.com>
Mon, 28 Feb 2022 19:21:16 +0000 (11:21 -0800)
committerGitHub <noreply@github.com>
Mon, 28 Feb 2022 19:21:16 +0000 (19:21 +0000)
commit6b459fe9160bd8fc4f94fde7ccd6c7fae116c178
tree79072c41cd34abed937975bae69206b2cbad1e91
parent86aefbc07acff372225852ce8ac9a5d734046058
Remove broken/unused `--mmap` option (#8178)

Fixes #2705. This commit removes the broken and unused --mmap option.
Given that we are planning to change to a different parser at some
point, it is not worth attempting to fix the option.
src/main/driver_unified.cpp
src/options/parser_options.toml
src/parser/CMakeLists.txt
src/parser/antlr_input.cpp
src/parser/antlr_input.h
src/parser/input.cpp
src/parser/input.h
src/parser/memory_mapped_input_buffer.cpp [deleted file]
src/parser/memory_mapped_input_buffer.h [deleted file]
test/unit/parser/parser_builder_black.cpp