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 1795db1 commit 5d48769Copy full SHA for 5d48769
src/util/std_expr.h
@@ -1456,16 +1456,6 @@ inline void validate_expr(const notequal_exprt &value)
1456
class index_exprt:public binary_exprt
1457
{
1458
public:
1459
- DEPRECATED("use index_exprt(array, index) instead")
1460
- index_exprt():binary_exprt(ID_index)
1461
- {
1462
- }
1463
-
1464
1465
- explicit index_exprt(const typet &_type):binary_exprt(ID_index, _type)
1466
1467
1468
1469
index_exprt(const exprt &_array, const exprt &_index):
1470
binary_exprt(_array, ID_index, _index, _array.type().subtype())
1471
0 commit comments