File tree 2 files changed +1
-10
lines changed
2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -4092,11 +4092,6 @@ void smt2_convt::unflatten(
4092
4092
}
4093
4093
}
4094
4094
4095
- void smt2_convt::convert_overflow (const exprt &)
4096
- {
4097
- UNREACHABLE;
4098
- }
4099
-
4100
4095
void smt2_convt::set_to (const exprt &expr, bool value)
4101
4096
{
4102
4097
PRECONDITION (expr.type ().id () == ID_bool);
Original file line number Diff line number Diff line change @@ -148,7 +148,6 @@ class smt2_convt:public prop_convt
148
148
// tweaks for arrays
149
149
bool use_array_theory (const exprt &);
150
150
void flatten_array (const exprt &);
151
- void unflatten_array (const exprt &);
152
151
153
152
// specific expressions go here
154
153
void convert_byte_update (const byte_update_exprt &expr);
@@ -172,15 +171,12 @@ class smt2_convt:public prop_convt
172
171
void convert_mod (const mod_exprt &expr);
173
172
void convert_index (const index_exprt &expr);
174
173
void convert_member (const member_exprt &expr);
175
- void convert_overflow ( const exprt &expr);
174
+
176
175
void convert_with (const with_exprt &expr);
177
176
void convert_update (const exprt &expr);
178
177
179
178
std::string convert_identifier (const irep_idt &identifier);
180
179
181
- // introduces a let-expression for operands
182
- exprt convert_operands (const exprt &);
183
-
184
180
// auxiliary methods
185
181
void find_symbols (const exprt &expr);
186
182
void find_symbols (const typet &type);
You can’t perform that action at this time.
0 commit comments