Skip to content

Commit 073dfd4

Browse files
author
Daniel Kroening
committed
remove deprecated array_of_exprt constructor
1 parent 45e1186 commit 073dfd4

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
@@ -1575,11 +1575,6 @@ inline index_exprt &to_index_expr(exprt &expr)
15751575
class array_of_exprt:public unary_exprt
15761576
{
15771577
public:
1578-
DEPRECATED("use array_of_exprt(what, type) instead")
1579-
array_of_exprt():unary_exprt(ID_array_of)
1580-
{
1581-
}
1582-
15831578
explicit array_of_exprt(exprt _what, array_typet _type)
15841579
: unary_exprt(ID_array_of, std::move(_what), std::move(_type))
15851580
{

0 commit comments

Comments
 (0)