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:
David Brosius 2013-08-26 01:05:11 +00:00
parent 8d609db47f
commit 15d9a40e8e
1 changed files with 0 additions and 1 deletions

View File

@ -2561,7 +2561,6 @@ public class FastMath {
zb += pib - resultb;
result = za + zb;
resultb = -(result - za - zb);
}