Repository: logging-log4j2 Updated Branches: refs/heads/master af02a02be -> c83366edb
Remove unused import. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/c83366ed Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/c83366ed Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/c83366ed Branch: refs/heads/master Commit: c83366edb302cc076e17e135e92361a7b302997f Parents: af02a02 Author: Matt Sicker <[email protected]> Authored: Tue Mar 1 16:28:57 2016 -0600 Committer: Matt Sicker <[email protected]> Committed: Tue Mar 1 16:28:57 2016 -0600 ---------------------------------------------------------------------- .../apache/logging/log4j/core/async/perftest/SimplePerfTest.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c83366ed/log4j-core/src/test/java/org/apache/logging/log4j/core/async/perftest/SimplePerfTest.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/core/async/perftest/SimplePerfTest.java b/log4j-core/src/test/java/org/apache/logging/log4j/core/async/perftest/SimplePerfTest.java index a35b9e9..d9d460b 100644 --- a/log4j-core/src/test/java/org/apache/logging/log4j/core/async/perftest/SimplePerfTest.java +++ b/log4j-core/src/test/java/org/apache/logging/log4j/core/async/perftest/SimplePerfTest.java @@ -18,7 +18,6 @@ package org.apache.logging.log4j.core.async.perftest; import java.util.concurrent.TimeUnit; -import org.apache.kafka.common.metrics.stats.Count; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.apache.logging.log4j.core.async.AsyncLogger;
