[range-op] Remove unused variable in fold_range.

gcc/ChangeLog:

	* range-op-float.cc (range_operator::fold_range): Delete unused
	variable.
This commit is contained in:
Aldy Hernandez 2023-10-26 12:56:20 -04:00
parent 848b5f3ab7
commit 3c8abcedaa

View 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 ());