getKeyCount() didn't do anything due to local variable definition
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 1 Oct 2010 14:36:31 +0000 (14:36 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 1 Oct 2010 14:36:31 +0000 (14:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1003548 13f79535-47bb-0310-9956-ffa450edef68

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

index 74c1dbe..a657192 100644 (file)
@@ -1079,7 +1079,6 @@ public class NioEndpoint extends AbstractEndpoint {
                         timeout(0, false);
                         break;
                     }
-                    int keyCount = 0;
                     try {
                         if ( !close ) {
                             if (wakeupCounter.get()>0) {