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 01952de commit 82881ebCopy full SHA for 82881eb
src/util/std_expr.h
@@ -1611,16 +1611,6 @@ inline void validate_expr(const notequal_exprt &value)
1611
class index_exprt:public binary_exprt
1612
{
1613
public:
1614
- DEPRECATED("use index_exprt(array, index) instead")
1615
- index_exprt():binary_exprt(ID_index)
1616
- {
1617
- }
1618
-
1619
1620
- explicit index_exprt(const typet &_type):binary_exprt(ID_index, _type)
1621
1622
1623
1624
index_exprt(const exprt &_array, const exprt &_index):
1625
binary_exprt(_array, ID_index, _index, _array.type().subtype())
1626
0 commit comments