Skip to content

Commit 3dca302

Browse files
committed
Remove stray use of overlay_map
I believe I put this here for testing, and then accidentally caught it up with a commit -a. Apologies for littering the log.
1 parent a853b6a commit 3dca302

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cbmc/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

@@ -101,8 +100,6 @@ void cbmc_parse_optionst::eval_verbosity()
101100

102101
void cbmc_parse_optionst::get_command_line_options(optionst &options)
103102
{
104-
overlay_map<int, int> omap;
105-
106103
if(config.set(cmdline))
107104
{
108105
usage_error();

0 commit comments

Comments
 (0)