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 2022/02/16 20:38:52 UTC

[tomcat] branch main updated: Remove unused, deprecated field

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new a82e8c6  Remove unused, deprecated field
a82e8c6 is described below

commit a82e8c6c887eacc04062a94f26ff8c935e39d934
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Feb 16 20:23:59 2022 +0000

    Remove unused, deprecated field
---
 java/org/apache/tomcat/util/net/AbstractEndpoint.java | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/java/org/apache/tomcat/util/net/AbstractEndpoint.java b/java/org/apache/tomcat/util/net/AbstractEndpoint.java
index e2875c1..da280ce 100644
--- a/java/org/apache/tomcat/util/net/AbstractEndpoint.java
+++ b/java/org/apache/tomcat/util/net/AbstractEndpoint.java
@@ -453,12 +453,6 @@ public abstract class AbstractEndpoint<S,U> {
 
 
     /**
-     * Acceptor thread count.
-     */
-    protected int acceptorThreadCount = 1;
-
-
-    /**
      * Priority of the acceptor threads.
      */
     protected int acceptorThreadPriority = Thread.NORM_PRIORITY;

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