File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -1014,9 +1014,6 @@ void invariant_sett::modifies(const exprt &lhs)
1014
1014
else if (lhs.id ()==" valid_object" )
1015
1015
{
1016
1016
}
1017
- else if (lhs.id ()==" dynamic_size" )
1018
- {
1019
- }
1020
1017
else if (lhs.id ()==ID_byte_extract_little_endian ||
1021
1018
lhs.id ()==ID_byte_extract_big_endian)
1022
1019
{
Original file line number Diff line number Diff line change @@ -1391,7 +1391,6 @@ void value_sett::assign_rec(
1391
1391
add_to_sets);
1392
1392
}
1393
1393
else if (lhs.id ()==" valid_object" ||
1394
- lhs.id ()==" dynamic_size" ||
1395
1394
lhs.id ()==" dynamic_type" ||
1396
1395
lhs.id ()==" is_zero_string" ||
1397
1396
lhs.id ()==" zero_string" ||
Original file line number Diff line number Diff line change @@ -1219,7 +1219,6 @@ void value_set_fit::assign_rec(
1219
1219
recursion_set);
1220
1220
}
1221
1221
else if (lhs.id ()==" valid_object" ||
1222
- lhs.id ()==" dynamic_size" ||
1223
1222
lhs.id ()==" dynamic_type" )
1224
1223
{
1225
1224
// we ignore this here
You can’t perform that action at this time.
0 commit comments