Skip to content

Commit c3bc2bb

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 a44ef30 commit c3bc2bb

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
@@ -1872,11 +1872,6 @@ inline union_exprt &to_union_expr(exprt &expr)
18721872
class struct_exprt : public multi_ary_exprt
18731873
{
18741874
public:
1875-
DEPRECATED("use struct_exprt(component_name, value, type) instead")
1876-
struct_exprt() : multi_ary_exprt(ID_struct)
1877-
{
1878-
}
1879-
18801875
DEPRECATED("use struct_exprt(component_name, value, type) instead")
18811876
explicit struct_exprt(const typet &_type) : multi_ary_exprt(ID_struct, _type)
18821877
{

0 commit comments

Comments
 (0)