Remove duplicate code
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 25 May 2010 12:50:19 +0000 (12:50 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 25 May 2010 12:50:19 +0000 (12:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@948028 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/tomcat/util/net/AprEndpoint.java

index 610fe4a..0e2a92c 100644 (file)
@@ -102,16 +102,6 @@ public class AprEndpoint extends AbstractEndpoint {
     
 
     /**
-     * Priority of the acceptor and poller threads.
-     */
-    protected int threadPriority = Thread.NORM_PRIORITY;
-    @Override
-    public void setThreadPriority(int threadPriority) { this.threadPriority = threadPriority; }
-    @Override
-    public int getThreadPriority() { return threadPriority; }
-
-
-    /**
      * Size of the socket poller.
      */
     protected int pollerSize = 8 * 1024;