File tree 2 files changed +1
-14
lines changed 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -540,19 +540,6 @@ int cbmc_parse_optionst::doit()
540
540
return 0 ; // should contemplate EX_OK from sysexits.h
541
541
}
542
542
543
- // may replace --show-properties
544
- if (cmdline.isset (" show-reachable-properties" ))
545
- {
546
- const namespacet ns (symbol_table);
547
-
548
- // Entry point will have been set before and function pointers removed
549
- status () << " Removing Unused Functions" << eom;
550
- remove_unused_functions (goto_functions, ui_message_handler);
551
-
552
- show_properties (ns, get_ui (), goto_functions);
553
- return 0 ; // should contemplate EX_OK from sysexits.h
554
- }
555
-
556
543
if (set_properties (goto_functions))
557
544
return 7 ; // should contemplate EX_USAGE from sysexits.h
558
545
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class optionst;
41
41
" (little-endian)(big-endian)" \
42
42
" (show-goto-functions)(show-loops)" \
43
43
" (show-symbol-table)(show-parse-tree)(show-vcc)" \
44
- " (show-claims)(claim):(show-properties)(show-reachable-properties) " \
44
+ " (show-claims)(claim):(show-properties)" \
45
45
" (drop-unused-functions)" \
46
46
" (property):(stop-on-fail)(trace)" \
47
47
" (error-label):(verbosity):(no-library)" \
You can’t perform that action at this time.
0 commit comments