Skip to content

Commit d42020b

Browse files
author
Daniel Kroening
committed
remove --aig option
1 parent 0efb169 commit d42020b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/cbmc/cbmc_parse_options.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,9 +309,6 @@ void cbmc_parse_optionst::get_command_line_options(optionst &options)
309309
"max-node-refinement",
310310
cmdline.get_value("max-node-refinement"));
311311

312-
if(cmdline.isset("aig"))
313-
options.set_option("aig", true);
314-
315312
// SMT Options
316313

317314
if(cmdline.isset("smt1"))

src/cbmc/cbmc_parse_options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class optionst;
5252
"(string-printable)" \
5353
"(string-max-length):" \
5454
"(string-max-input-length):" \
55-
"(aig)(16)(32)(64)(LP64)(ILP64)(LLP64)(ILP32)(LP32)" \
55+
"(16)(32)(64)(LP64)(ILP64)(LLP64)(ILP32)(LP32)" \
5656
"(little-endian)(big-endian)" \
5757
OPT_SHOW_GOTO_FUNCTIONS \
5858
OPT_SHOW_PROPERTIES \

0 commit comments

Comments
 (0)