From: fhanik Date: Sat, 14 Apr 2007 17:06:10 +0000 (+0000) Subject: remove comments X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6bd413702ea81f640298f0800950db79522c6288;p=tomcat7.0 remove comments git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@528840 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 835924513..78b94e5ff 100644 --- a/java/org/apache/tomcat/util/net/NioEndpoint.java +++ b/java/org/apache/tomcat/util/net/NioEndpoint.java @@ -1024,8 +1024,6 @@ public class NioEndpoint { */ protected boolean isWorkerAvailable() { if ( executor != null ) { -// ThreadPoolExecutor tpe = (ThreadPoolExecutor)executor; -// TaskQueue queue = (TaskQueue)tpe.getQueue(); return true; } else { if (workers.size() > 0) {