]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[range-op] Remove unused variable in fold_range.
authorAldy Hernandez <aldyh@redhat.com>
Thu, 26 Oct 2023 16:56:20 +0000 (12:56 -0400)
committerAldy Hernandez <aldyh@redhat.com>
Thu, 26 Oct 2023 16:56:20 +0000 (12:56 -0400)
gcc/ChangeLog:

* range-op-float.cc (range_operator::fold_range): Delete unused
variable.

gcc/range-op-float.cc

index ffa3dec133eb24be87254f7b2e32cc077b9ead08..75816942f8cea0736493fe8af81fc30c621dc4b8 100644 (file)
@@ -62,7 +62,6 @@ range_operator::fold_range (frange &r, tree type,
       return true;
     }
 
-  frange res;
   rv_fold (r, type,
           op1.lower_bound (), op1.upper_bound (),
           op2.lower_bound (), op2.upper_bound (), trio.op1_op2 ());