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

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

commit 7b5a78864362665ac3933db0b673467bca92c3cd
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jan 15 19:45:08 2020 +0000

    Remove deprecated code
---
 .../apache/coyote/http11/Http11NioProtocol.java    | 23 ----------------------
 1 file changed, 23 deletions(-)

diff --git a/java/org/apache/coyote/http11/Http11NioProtocol.java 
b/java/org/apache/coyote/http11/Http11NioProtocol.java
index 43327f3..f77e45b 100644
--- a/java/org/apache/coyote/http11/Http11NioProtocol.java
+++ b/java/org/apache/coyote/http11/Http11NioProtocol.java
@@ -46,29 +46,6 @@ public class Http11NioProtocol extends 
AbstractHttp11JsseProtocol<NioChannel> {
 
     // -------------------- Pool setup --------------------
 
-    /**
-     * NO-OP.
-     *
-     * @param count Unused
-     *
-     * @deprecated This setter will be removed in Tomcat 10.
-     */
-    @Deprecated
-    public void setPollerThreadCount(int count) {
-    }
-
-    /**
-     * Always returns 1.
-     *
-     * @return 1
-     *
-     * @deprecated This getter will be removed in Tomcat 10.
-     */
-    @Deprecated
-    public int getPollerThreadCount() {
-        return 1;
-    }
-
     public void setSelectorTimeout(long timeout) {
         ((NioEndpoint)getEndpoint()).setSelectorTimeout(timeout);
     }


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

Reply via email to