File tree 2 files changed +0
-3
lines changed 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,6 @@ std::unique_ptr<cbmc_solverst::solvert> cbmc_solverst::get_string_refinement()
178
178
info.ui =ui;
179
179
if (options.get_bool_option (" string-max-length" ))
180
180
info.string_max_length =options.get_signed_int_option (" string-max-length" );
181
- info.string_non_empty =options.get_bool_option (" string-non-empty" );
182
181
info.trace =options.get_bool_option (" trace" );
183
182
if (options.get_bool_option (" max-node-refinement" ))
184
183
info.max_node_refinement =
Original file line number Diff line number Diff line change @@ -49,8 +49,6 @@ class string_refinementt final: public bv_refinementt
49
49
struct configt
50
50
{
51
51
std::size_t refinement_bound=0 ;
52
- // / Make non-deterministic character arrays have at least one character
53
- bool string_non_empty=false ;
54
52
// / Concretize strings after solver is finished
55
53
bool trace=false ;
56
54
bool use_counter_example=true ;
You can’t perform that action at this time.
0 commit comments