From: aclement Date: Tue, 26 Aug 2008 14:59:55 +0000 (+0000) Subject: remove unused X-Git-Tag: V162DEV_M1~40 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b8aaf878584d3d591a05181f3e9f5cd1bfa2970d;p=aspectj.git remove unused --- diff --git a/bcel-builder/src/org/aspectj/apache/bcel/classfile/ConstantPool.java b/bcel-builder/src/org/aspectj/apache/bcel/classfile/ConstantPool.java index d9e36ca18..a2e35d279 100644 --- a/bcel-builder/src/org/aspectj/apache/bcel/classfile/ConstantPool.java +++ b/bcel-builder/src/org/aspectj/apache/bcel/classfile/ConstantPool.java @@ -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