Author: dbrosius
Date: Wed Aug 30 14:27:05 2006
New Revision: 438633

URL: http://svn.apache.org/viewvc?rev=438633&view=rev
Log:
remove unused fields

Modified:
    
jakarta/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/ControlFlowGraph.java

Modified: 
jakarta/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/ControlFlowGraph.java
URL: 
http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/ControlFlowGraph.java?rev=438633&r1=438632&r2=438633&view=diff
==============================================================================
--- 
jakarta/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/ControlFlowGraph.java
 (original)
+++ 
jakarta/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/ControlFlowGraph.java
 Wed Aug 30 14:27:05 2006
@@ -390,8 +390,8 @@
 
        } // End Inner InstructionContextImpl Class.
 
-       /** The MethodGen object we're working on. */
-       private final MethodGen method_gen;
+       ///** The MethodGen object we're working on. */
+       //private final MethodGen method_gen;
 
        /** The Subroutines object for the method whose control flow is 
represented by this ControlFlowGraph. */
        private final Subroutines subroutines;
@@ -414,7 +414,7 @@
                        instructionContexts.put(instructionhandles[i], new 
InstructionContextImpl(instructionhandles[i]));
                }
                
-               this.method_gen = method_gen;
+               //this.method_gen = method_gen;
        }
 
        /**



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to