Skip to content

Commit e5d1640

Browse files
author
Daniel Kroening
committed
remove deprecated array_exprt constructor
This has no users, doesn't establish the class invariants, and has been deprecated since 2018-09-21.
1 parent c55c299 commit e5d1640

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
@@ -1671,11 +1671,6 @@ inline array_of_exprt &to_array_of_expr(exprt &expr)
16711671
class array_exprt : public multi_ary_exprt
16721672
{
16731673
public:
1674-
DEPRECATED("use array_exprt(type) instead")
1675-
array_exprt() : multi_ary_exprt(ID_array)
1676-
{
1677-
}
1678-
16791674
DEPRECATED("use array_exprt(operands, type) instead")
16801675
explicit array_exprt(const array_typet &_type)
16811676
: multi_ary_exprt(ID_array, _type)

0 commit comments

Comments
 (0)