Skip to content

Commit e133d22

Browse files
author
Daniel Kroening
committed
remove deprecated array_of_exprt constructor
1 parent c55c299 commit e133d22

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/util/std_expr.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1610,11 +1610,6 @@ inline index_exprt &to_index_expr(exprt &expr)
16101610
class array_of_exprt:public unary_exprt
16111611
{
16121612
public:
1613-
DEPRECATED("use array_of_exprt(what, type) instead")
1614-
array_of_exprt():unary_exprt(ID_array_of)
1615-
{
1616-
}
1617-
16181613
explicit array_of_exprt(
16191614
const exprt &_what, const array_typet &_type):
16201615
unary_exprt(ID_array_of, _what, _type)

0 commit comments

Comments
 (0)