File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,6 @@ class c_typecheck_baset:
199
199
virtual void make_index_type (exprt &expr);
200
200
virtual void make_constant (exprt &expr);
201
201
virtual void make_constant_index (exprt &expr);
202
- virtual void make_constant_rec (exprt &expr);
203
202
204
203
virtual bool gcc_types_compatible_p (const typet &, const typet &);
205
204
Original file line number Diff line number Diff line change @@ -3451,7 +3451,6 @@ void c_typecheck_baset::typecheck_side_effect_assignment(
3451
3451
3452
3452
void c_typecheck_baset::make_constant (exprt &expr)
3453
3453
{
3454
- make_constant_rec (expr);
3455
3454
simplify (expr, *this );
3456
3455
3457
3456
if (!expr.is_constant () &&
@@ -3478,7 +3477,3 @@ void c_typecheck_baset::make_constant_index(exprt &expr)
3478
3477
throw 0 ;
3479
3478
}
3480
3479
}
3481
-
3482
- void c_typecheck_baset::make_constant_rec (exprt &expr)
3483
- {
3484
- }
You can’t perform that action at this time.
0 commit comments