We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a708711 + 7176f49 commit c99c2e4Copy full SHA for c99c2e4
src/util/std_expr.h
@@ -1968,16 +1968,6 @@ class typecast_exprt:public unary_exprt
1968
unary_exprt(ID_typecast, op, _type)
1969
{
1970
}
1971
-
1972
- exprt &op()
1973
- {
1974
- return op0();
1975
- }
1976
1977
- const exprt &op() const
1978
1979
1980
1981
};
1982
1983
/*! \brief Cast a generic exprt to a \ref typecast_exprt
@@ -3035,16 +3025,6 @@ class not_exprt:public unary_exprt
3035
3025
not_exprt():unary_exprt(ID_not, bool_typet())
3036
3026
3037
3027
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3028
3049
3029
3050
3030
/*! \brief Cast a generic exprt to an \ref not_exprt
0 commit comments