From 6bd413702ea81f640298f0800950db79522c6288 Mon Sep 17 00:00:00 2001 From: fhanik Date: Sat, 14 Apr 2007 17:06:10 +0000 Subject: [PATCH] remove comments git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@528840 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/tomcat/util/net/NioEndpoint.java | 2 -- 1 file changed, 2 deletions(-) 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) { -- 2.11.0