Remove unused constructor
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 18 Sep 2010 21:20:00 +0000 (21:20 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 18 Sep 2010 21:20:00 +0000 (21:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@998549 13f79535-47bb-0310-9956-ffa450edef68

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

index c74b254..fcb9dde 100644 (file)
@@ -1542,11 +1542,6 @@ public class AprEndpoint extends AbstractEndpoint {
             this.socket = socket;
             this.async = false;
         }
-        public SocketProcessor(long socket, boolean asyn, SocketStatus status) {
-            this.socket = socket;
-            this.async = asyn;
-            this.status = status;
-        }
 
         public void run() {