Repository: commons-rng Updated Branches: refs/heads/master c015ba726 -> 6c8e3cbf9
Unused import. Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/6c8e3cbf Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/6c8e3cbf Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/6c8e3cbf Branch: refs/heads/master Commit: 6c8e3cbf96d31e3be3616de5be28aa21d390b098 Parents: c015ba7 Author: Gilles <[email protected]> Authored: Sat Apr 8 15:37:39 2017 +0200 Committer: Gilles <[email protected]> Committed: Sat Apr 8 15:37:39 2017 +0200 ---------------------------------------------------------------------- .../commons/rng/jmh/distribution/NextGaussianPerformance.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/6c8e3cbf/commons-rng-jmh/src/main/java/org/apache/commons/rng/jmh/distribution/NextGaussianPerformance.java ---------------------------------------------------------------------- diff --git a/commons-rng-jmh/src/main/java/org/apache/commons/rng/jmh/distribution/NextGaussianPerformance.java b/commons-rng-jmh/src/main/java/org/apache/commons/rng/jmh/distribution/NextGaussianPerformance.java index f0c5b28..21c4b39 100644 --- a/commons-rng-jmh/src/main/java/org/apache/commons/rng/jmh/distribution/NextGaussianPerformance.java +++ b/commons-rng-jmh/src/main/java/org/apache/commons/rng/jmh/distribution/NextGaussianPerformance.java @@ -25,7 +25,6 @@ import org.openjdk.jmh.annotations.Measurement; import org.openjdk.jmh.annotations.State; import org.openjdk.jmh.annotations.Fork; import org.openjdk.jmh.annotations.Scope; -import org.openjdk.jmh.annotations.Setup; import org.openjdk.jmh.annotations.OutputTimeUnit; import org.openjdk.jmh.infra.Blackhole; import java.util.concurrent.TimeUnit;
