Skip to content

Commit 733f3b8

Browse files
author
Daniel Kroening
committed
remove old-style constructor for member_exprt
1 parent 63f09ac commit 733f3b8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/util/std_expr.h

-5
Original file line numberDiff line numberDiff line change
@@ -3837,11 +3837,6 @@ inline void validate_expr(const array_update_exprt &value)
38373837
class member_exprt:public unary_exprt
38383838
{
38393839
public:
3840-
// deprecated, and will go away -- use either of the two below
3841-
explicit member_exprt(const typet &_type):unary_exprt(ID_member, _type)
3842-
{
3843-
}
3844-
38453840
member_exprt(
38463841
const exprt &op,
38473842
const irep_idt &component_name,

0 commit comments

Comments
 (0)