remove dead store to 'resultb'
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1517404 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8d609db47f
commit
15d9a40e8e
|
@ -2561,7 +2561,6 @@ public class FastMath {
|
|||
zb += pib - resultb;
|
||||
|
||||
result = za + zb;
|
||||
resultb = -(result - za - zb);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue