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-bcel.git


The following commit(s) were added to refs/heads/master by this push:
     new b1929266 Remove dead comments
b1929266 is described below

commit b192926606289e3a12021af5b591325e8a653356
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 4 10:39:02 2026 -0500

    Remove dead comments
---
 .../org/apache/bcel/verifier/structurals/InstConstraintVisitor.java  | 5 -----
 1 file changed, 5 deletions(-)

diff --git 
a/src/main/java/org/apache/bcel/verifier/structurals/InstConstraintVisitor.java 
b/src/main/java/org/apache/bcel/verifier/structurals/InstConstraintVisitor.java
index 7568944b..bc1d0b1c 100644
--- 
a/src/main/java/org/apache/bcel/verifier/structurals/InstConstraintVisitor.java
+++ 
b/src/main/java/org/apache/bcel/verifier/structurals/InstConstraintVisitor.java
@@ -448,7 +448,6 @@ public class InstConstraintVisitor extends EmptyVisitor {
     /* "generic" visitYYYY methods where YYYY is a superclass. */
     /* therefore, we know the order of visiting; we know */
     /* these methods are called after the visitXXXX methods above. */
-
     /***************************************************************/
     /**
      * Ensures the general preconditions of a CPInstruction instance.
@@ -2583,10 +2582,6 @@ public class InstConstraintVisitor extends EmptyVisitor {
         // nothing to do here. Generic visitXXX() methods did the trick before.
     }
 
-    /***************************************************************/
-    /* MISC */
-
-    /***************************************************************/
     /**
      * Ensures the general preconditions of an instruction that accesses the 
stack. This method is here because BCEL has no
      * such superinterface for the stack accessing instructions; and there are 
funny unexpected exceptions in the semantices

Reply via email to