From: fhanik Date: Thu, 31 May 2007 19:55:12 +0000 (+0000) Subject: remove not used, at least until I've figured out the concurrency issue around the... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c6204c12a9b267d7e6edd4f385ab0c39362fa8cb;p=tomcat7.0 remove not used, at least until I've figured out the concurrency issue around the read/write git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@543237 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/tomcat/util/net/NioEndpoint.java b/java/org/apache/tomcat/util/net/NioEndpoint.java index 12a04434a..230c265aa 100644 --- a/java/org/apache/tomcat/util/net/NioEndpoint.java +++ b/java/org/apache/tomcat/util/net/NioEndpoint.java @@ -484,8 +484,6 @@ public class NioEndpoint { return poller; } - protected Poller readWritePoller = null; - /** * Dummy maxSpareThreads property. */