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

commit 96f9e0a92e74b0aa57e4e6a054fc1276c4618659
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Jun 17 12:20:44 2022 +0100

    Remove unused code
---
 java/org/apache/tomcat/util/bcel/classfile/Utility.java | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/java/org/apache/tomcat/util/bcel/classfile/Utility.java 
b/java/org/apache/tomcat/util/bcel/classfile/Utility.java
index dc0a09bbc1..3c272a7641 100644
--- a/java/org/apache/tomcat/util/bcel/classfile/Utility.java
+++ b/java/org/apache/tomcat/util/bcel/classfile/Utility.java
@@ -61,13 +61,4 @@ final class Utility {
             throw new EOFException();
         }
     }
-
-    static void swallowAttribute(final DataInput file)
-            throws IOException {
-        //file.readUnsignedShort();   // Unused name index
-        skipFully(file, 2);
-        // Length of data in bytes
-        int length = file.readInt();
-        skipFully(file, length);
-    }
 }


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

Reply via email to