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 2023/05/05 15:40:06 UTC

[tomcat] branch main updated: Remove unused constant

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 bd25937d2a Remove unused constant
bd25937d2a is described below

commit bd25937d2a3a76d8044050629a24c1c566652d37
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri May 5 16:39:52 2023 +0100

    Remove unused constant
---
 java/org/apache/coyote/http2/Constants.java | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/java/org/apache/coyote/http2/Constants.java b/java/org/apache/coyote/http2/Constants.java
index 26ddba1960..e697e73d52 100644
--- a/java/org/apache/coyote/http2/Constants.java
+++ b/java/org/apache/coyote/http2/Constants.java
@@ -18,10 +18,6 @@ package org.apache.coyote.http2;
 
 public class Constants {
 
-    // Range 0 to 7 inclusive
-    public static final int URGENCY_RANGE = 8;
-
-
     // Parsing
     static final int DEFAULT_HEADER_READ_BUFFER_SIZE = 1024;
 


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