We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa61d4 commit 034e414Copy full SHA for 034e414
src/util/std_expr.h
@@ -3918,18 +3918,6 @@ class member_exprt:public unary_exprt
3918
{
3919
return op0();
3920
}
3921
-
3922
- // Retrieves the object(symbol) this member corresponds to
3923
- inline const symbol_exprt &symbol() const
3924
- {
3925
- const exprt &op=op0();
3926
- if(op.id()==ID_member)
3927
3928
- return static_cast<const member_exprt &>(op).symbol();
3929
- }
3930
3931
- return to_symbol_expr(op);
3932
3933
};
3934
3935
/*! \brief Cast a generic exprt to a \ref member_exprt
0 commit comments