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

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f19bbe37 Remove unused internal method
9f19bbe37 is described below

commit 9f19bbe37a063effd7ae3ab8df5ece59054a60ac
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jul 2 23:08:06 2026 +0000

    Remove unused internal method
---
 .../org/apache/commons/compress/archivers/dump/DumpArchiveEntry.java   | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/compress/archivers/dump/DumpArchiveEntry.java
 
b/src/main/java/org/apache/commons/compress/archivers/dump/DumpArchiveEntry.java
index bd74dd663..f4247f812 100644
--- 
a/src/main/java/org/apache/commons/compress/archivers/dump/DumpArchiveEntry.java
+++ 
b/src/main/java/org/apache/commons/compress/archivers/dump/DumpArchiveEntry.java
@@ -306,9 +306,6 @@ public int getVolume() {
             return volume;
         }
 
-        void setIno(final int ino) {
-            this.ino = ino;
-        }
     }
 
     /**

Reply via email to