diff options
Diffstat (limited to 'java/math/BigInteger.java')
| -rw-r--r-- | java/math/BigInteger.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/math/BigInteger.java b/java/math/BigInteger.java index 34ec5a4c4..fb1cf7c59 100644 --- a/java/math/BigInteger.java +++ b/java/math/BigInteger.java @@ -541,7 +541,6 @@ public class BigInteger extends Number implements Comparable if (y.words == null) return BigInteger.add(x, y.ival); // Both are big - int len; if (y.ival > x.ival) { // Swap so x is longer then y. BigInteger tmp = x; x = y; y = tmp; |
