Removed useless object.

This commit is contained in:
Luc Maisonobe 2015-11-03 10:25:10 +01:00
parent e8556e80e9
commit f13954235f
1 changed files with 0 additions and 5 deletions

View File

@ -754,11 +754,6 @@ public class DfpMath {
Dfp y;
if (x.lessThan(pi.divide(4))) {
Dfp c[] = new Dfp[2];
c[0] = x;
c[1] = zero;
//y = sinInternal(c);
y = sinInternal(split(x));
} else {
final Dfp c[] = new Dfp[2];