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 23b31ae commit 4a27ea0Copy full SHA for 4a27ea0
src/util/std_expr.h
@@ -1594,16 +1594,6 @@ inline void validate_expr(const notequal_exprt &value)
1594
class index_exprt:public binary_exprt
1595
{
1596
public:
1597
- DEPRECATED("use index_exprt(array, index) instead")
1598
- index_exprt():binary_exprt(ID_index)
1599
- {
1600
- }
1601
-
1602
1603
- explicit index_exprt(const typet &_type):binary_exprt(ID_index, _type)
1604
1605
1606
1607
index_exprt(const exprt &_array, const exprt &_index):
1608
binary_exprt(_array, ID_index, _index, _array.type().subtype())
1609
0 commit comments