We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd30f62 commit 7a62d74Copy full SHA for 7a62d74
src/util/std_expr.h
@@ -1457,16 +1457,6 @@ inline void validate_expr(const notequal_exprt &value)
1457
class index_exprt:public binary_exprt
1458
{
1459
public:
1460
- DEPRECATED("use index_exprt(array, index) instead")
1461
- index_exprt():binary_exprt(ID_index)
1462
- {
1463
- }
1464
-
1465
1466
- explicit index_exprt(const typet &_type):binary_exprt(ID_index, _type)
1467
1468
1469
1470
index_exprt(const exprt &_array, const exprt &_index):
1471
binary_exprt(_array, ID_index, _index, _array.type().subtype())
1472
0 commit comments