Skip to content

Commit a80798f

Browse files
author
Daniel Kroening
committed
remove deprecated struct_exprt constructor
This has no users and has been deprecated since 2018-09-21.
1 parent a68f8ea commit a80798f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/util/std_expr.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1882,12 +1882,6 @@ inline union_exprt &to_union_expr(exprt &expr)
18821882
class struct_exprt : public multi_ary_exprt
18831883
{
18841884
public:
1885-
DEPRECATED(
1886-
SINCE(2018, 9, 21, "use struct_exprt(component_name, value, type) instead"))
1887-
struct_exprt() : multi_ary_exprt(ID_struct)
1888-
{
1889-
}
1890-
18911885
DEPRECATED(
18921886
SINCE(2019, 1, 12, "use struct_exprt(component_name, value, type) instead"))
18931887
explicit struct_exprt(const typet &_type) : multi_ary_exprt(ID_struct, _type)

0 commit comments

Comments
 (0)