File tree 4 files changed +2
-14
lines changed 4 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -163,12 +163,6 @@ void jbmc_parse_optionst::get_command_line_options(optionst &options)
163
163
164
164
if (cmdline.isset (" localize-faults" ))
165
165
options.set_option (" localize-faults" , true );
166
- if (cmdline.isset (" localize-faults-method" ))
167
- {
168
- options.set_option (
169
- " localize-faults-method" ,
170
- cmdline.get_value (" localize-faults-method" ));
171
- }
172
166
173
167
if (cmdline.isset (" unwind" ))
174
168
options.set_option (" unwind" , cmdline.get_value (" unwind" ));
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ class optionst;
77
77
OPT_FLUSH \
78
78
JAVA_BYTECODE_LANGUAGE_OPTIONS \
79
79
" (java-unwind-enum-static)" \
80
- " (localize-faults)(localize-faults-method): " \
80
+ " (localize-faults)" \
81
81
" (java-threading)" \
82
82
OPT_GOTO_TRACE \
83
83
OPT_VALIDATE \
Original file line number Diff line number Diff line change @@ -232,12 +232,6 @@ void cbmc_parse_optionst::get_command_line_options(optionst &options)
232
232
233
233
if (cmdline.isset (" localize-faults" ))
234
234
options.set_option (" localize-faults" , true );
235
- if (cmdline.isset (" localize-faults-method" ))
236
- {
237
- options.set_option (
238
- " localize-faults-method" ,
239
- cmdline.get_value (" localize-faults-method" ));
240
- }
241
235
242
236
if (cmdline.isset (" unwind" ))
243
237
options.set_option (" unwind" , cmdline.get_value (" unwind" ));
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ class optionst;
76
76
" (string-abstraction)(no-arch)(arch):" \
77
77
" (round-to-nearest)(round-to-plus-inf)(round-to-minus-inf)(round-to-zero)" \
78
78
OPT_FLUSH \
79
- " (localize-faults)(localize-faults-method): " \
79
+ " (localize-faults)" \
80
80
OPT_GOTO_TRACE \
81
81
OPT_VALIDATE \
82
82
OPT_ANSI_C_LANGUAGE \
You can’t perform that action at this time.
0 commit comments