diff options
Diffstat (limited to 'gcc/range-op.h')
-rw-r--r-- | gcc/range-op.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/range-op.h b/gcc/range-op.h index 1075786..9e0e651 100644 --- a/gcc/range-op.h +++ b/gcc/range-op.h @@ -152,10 +152,6 @@ public: relation_trio = TRIO_VARYING) const; virtual bool op1_range (irange &r, tree type, const frange &lhs, - const frange &op2, - relation_trio = TRIO_VARYING) const; - virtual bool op1_range (frange &r, tree type, - const irange &lhs, const irange &op2, relation_trio = TRIO_VARYING) const; |