You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2016/03/04 15:23:00 UTC

[22/50] [abbrv] logging-log4j2 git commit: Remove unused import.

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/LOG4J2-1278-gc-free-logger
Commit: c83366edb302cc076e17e135e92361a7b302997f
Parents: af02a02
Author: Matt Sicker <bo...@gmail.com>
Authored: Tue Mar 1 16:28:57 2016 -0600
Committer: Matt Sicker <bo...@gmail.com>
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;