]> source.dussan.org Git - aspectj.git/commitdiff
findbugs: unused
authoraclement <aclement>
Fri, 22 Aug 2008 19:06:39 +0000 (19:06 +0000)
committeraclement <aclement>
Fri, 22 Aug 2008 19:06:39 +0000 (19:06 +0000)
weaver/src/org/aspectj/weaver/bcel/LazyMethodGen.java

index 2851809eb4ddf652799cc2b733c03c701560bffd..b2faf5300757a9a16dfaa6aa9c7c730fcbf02180 100644 (file)
@@ -553,14 +553,11 @@ public final class LazyMethodGen implements Traceable {
 
 
     private class BodyPrinter {
-        Map prefixMap = new HashMap();
-        Map suffixMap = new HashMap();
         Map labelMap = new HashMap();
 
         InstructionList body;
         PrintStream out;
         ConstantPool pool;
-        List ranges;
 
         BodyPrinter(PrintStream out) {
             this.pool = enclosingClass.getConstantPool();