You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2017/01/04 14:57:15 UTC

svn commit: r1777328 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioChannel.java

Author: markt
Date: Wed Jan  4 14:57:15 2017
New Revision: 1777328

URL: http://svn.apache.org/viewvc?rev=1777328&view=rev
Log:
Remove unused field

Modified:
    tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioChannel.java

Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioChannel.java
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioChannel.java?rev=1777328&r1=1777327&r2=1777328&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioChannel.java (original)
+++ tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioChannel.java Wed Jan  4 14:57:15 2017
@@ -48,8 +48,6 @@ public class NioChannel implements ByteC
 
     protected Poller poller;
 
-    protected boolean sendFile = false;
-
     public NioChannel(SocketChannel channel, ApplicationBufferHandler bufHandler) throws IOException {
         this.sc = channel;
         this.bufHandler = bufHandler;
@@ -180,4 +178,4 @@ public class NioChannel implements ByteC
     public boolean flushOutbound() throws IOException {
         return false;
     }
-    }
+}
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org