]> source.dussan.org Git - aspectj.git/commitdiff
remove unused
authoraclement <aclement>
Tue, 26 Aug 2008 14:59:55 +0000 (14:59 +0000)
committeraclement <aclement>
Tue, 26 Aug 2008 14:59:55 +0000 (14:59 +0000)
bcel-builder/src/org/aspectj/apache/bcel/classfile/ConstantPool.java

index d9e36ca18720dfab232320a322e154db4a6b35cc..a2e35d279dd19c93ebbced4b29ea8ed148e8a155 100644 (file)
@@ -66,7 +66,6 @@ public class ConstantPool implements Node {
          * @return deep copy of this constant pool
          */
         public ConstantPool copy() {
-          ConstantPool c = null;
           Constant[] newConstants = new Constant[poolSize]; // use the correct size
           for (int i=1;i<poolSize;i++) {
                   if (pool[i]!=null) {