Skip to content

Commit

Permalink
Merge pull request diffblue#189 from diffblue/smowton/fix/remove_debu…
Browse files Browse the repository at this point in the history
…g_code

Remove stray use of overlay_map
  • Loading branch information
smowton authored Sep 14, 2017
2 parents a2834d0 + 1fae64c commit f25db0a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/cbmc/cbmc_parse_options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Author: Daniel Kroening, [email protected]
#include <util/unicode.h>
#include <util/memory_info.h>
#include <util/invariant.h>
#include <util/overlay_map.h>

#include <ansi-c/c_preprocess.h>

Expand Down Expand Up @@ -105,8 +104,6 @@ void cbmc_parse_optionst::eval_verbosity()

void cbmc_parse_optionst::get_command_line_options(optionst &options)
{
overlay_map<int, int> omap;

if(config.set(cmdline))
{
usage_error();
Expand Down

0 comments on commit f25db0a

Please sign in to comment.