This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
commit 0a9bb357cbcbf79e59ec99d9d4e0d629bb9767a8 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jun 4 09:18:50 2024 -0400 PMD UnusedLocalVariable --- src/main/java/org/apache/commons/compress/harmony/unpack200/BcBands.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/org/apache/commons/compress/harmony/unpack200/BcBands.java b/src/main/java/org/apache/commons/compress/harmony/unpack200/BcBands.java index e9267fb67..2826b3a12 100644 --- a/src/main/java/org/apache/commons/compress/harmony/unpack200/BcBands.java +++ b/src/main/java/org/apache/commons/compress/harmony/unpack200/BcBands.java @@ -209,7 +209,6 @@ public class BcBands extends BandSet { final AttributeLayout nativeModifier = attributeDefinitionMap.getAttributeLayout(AttributeLayout.ACC_NATIVE, AttributeLayout.CONTEXT_METHOD); methodByteCodePacked = new byte[classCount][][]; - int bcParsed = 0; final List<Boolean> switchIsTableSwitch = new ArrayList<>(); wideByteCodes = new ArrayList<>();