File tree 2 files changed +0
-21
lines changed
2 files changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -129,21 +129,3 @@ void label_properties(goto_functionst &goto_functions)
129
129
it++)
130
130
label_properties (it->second .body , property_counters);
131
131
}
132
-
133
- void make_assertions_false (goto_modelt &goto_model)
134
- {
135
- make_assertions_false (goto_model.goto_functions );
136
- }
137
-
138
- void make_assertions_false (
139
- goto_functionst &goto_functions)
140
- {
141
- for (auto &f : goto_functions.function_map )
142
- {
143
- for (auto &i : f.second .body .instructions )
144
- {
145
- if (i.is_assert ())
146
- i.set_condition (false_exprt ());
147
- }
148
- }
149
- }
Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ void set_properties(
27
27
goto_modelt &goto_model,
28
28
const std::list<std::string> &properties);
29
29
30
- void make_assertions_false (goto_functionst &);
31
- void make_assertions_false (goto_modelt &);
32
-
33
30
void label_properties (goto_functionst &);
34
31
void label_properties (goto_programt &);
35
32
void label_properties (goto_modelt &);
You can’t perform that action at this time.
0 commit comments