Unused import.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/f10bd416 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/f10bd416 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/f10bd416 Branch: refs/heads/master Commit: f10bd416ec5c514055aee26c44008722f490ffba Parents: 13710c3 Author: Gilles <er...@apache.org> Authored: Mon May 22 01:26:52 2017 +0200 Committer: Gilles <er...@apache.org> Committed: Mon May 22 01:26:52 2017 +0200 ---------------------------------------------------------------------- .../java/org/apache/commons/math4/util/CombinatoricsUtils.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/f10bd416/src/main/java/org/apache/commons/math4/util/CombinatoricsUtils.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/math4/util/CombinatoricsUtils.java b/src/main/java/org/apache/commons/math4/util/CombinatoricsUtils.java index a4e227d..0cf37c5 100644 --- a/src/main/java/org/apache/commons/math4/util/CombinatoricsUtils.java +++ b/src/main/java/org/apache/commons/math4/util/CombinatoricsUtils.java @@ -16,7 +16,6 @@ */ package org.apache.commons.math4.util; -import java.util.Iterator; import java.util.concurrent.atomic.AtomicReference; import org.apache.commons.numbers.core.ArithmeticUtils; @@ -24,7 +23,6 @@ import org.apache.commons.math4.exception.MathArithmeticException; import org.apache.commons.math4.exception.NotPositiveException; import org.apache.commons.math4.exception.NumberIsTooLargeException; import org.apache.commons.math4.exception.util.LocalizedFormats; -import org.apache.commons.numbers.gamma.LogGamma; import org.apache.commons.numbers.combinatorics.Factorial; import org.apache.commons.numbers.combinatorics.BinomialCoefficient;