Skip to content

Commit f25db0a

Browse files
authored
Merge pull request #189 from diffblue/smowton/fix/remove_debug_code
Remove stray use of overlay_map
2 parents a2834d0 + 1fae64c commit f25db0a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/cbmc/cbmc_parse_options.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Author: Daniel Kroening, [email protected]
2222
#include <util/unicode.h>
2323
#include <util/memory_info.h>
2424
#include <util/invariant.h>
25-
#include <util/overlay_map.h>
2625

2726
#include <ansi-c/c_preprocess.h>
2827

@@ -105,8 +104,6 @@ void cbmc_parse_optionst::eval_verbosity()
105104

106105
void cbmc_parse_optionst::get_command_line_options(optionst &options)
107106
{
108-
overlay_map<int, int> omap;
109-
110107
if(config.set(cmdline))
111108
{
112109
usage_error();

0 commit comments

Comments
 (0)