You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2021/12/17 02:44:10 UTC

[logging-log4j2] branch release-2.x updated: Remove unused method.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 07920cd  Remove unused method.
07920cd is described below

commit 07920cd991b869af0151f754b9b0f6289acbab4b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 16 21:44:04 2021 -0500

    Remove unused method.
---
 .../src/test/java/org/apache/log4j/config/SyslogAppenderTest.java    | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/log4j-1.2-api/src/test/java/org/apache/log4j/config/SyslogAppenderTest.java b/log4j-1.2-api/src/test/java/org/apache/log4j/config/SyslogAppenderTest.java
index 478f97b..4feba91 100644
--- a/log4j-1.2-api/src/test/java/org/apache/log4j/config/SyslogAppenderTest.java
+++ b/log4j-1.2-api/src/test/java/org/apache/log4j/config/SyslogAppenderTest.java
@@ -29,7 +29,6 @@ import org.apache.logging.log4j.core.net.mock.MockSyslogServer;
 import org.apache.logging.log4j.core.net.mock.MockSyslogServerFactory;
 import org.junit.After;
 import org.junit.AfterClass;
-import org.junit.Before;
 import org.junit.BeforeClass;
 import org.junit.Test;
 
@@ -52,10 +51,6 @@ public class SyslogAppenderTest {
         System.clearProperty(Log4j1Constants.DEFAULT_CONFIGURATION_KEY);
     }
 
-    @Before
-    public void setUp() {
-    }
-
     @After
     public void teardown() {
         if (syslogServer != null) {