From b8aaf878584d3d591a05181f3e9f5cd1bfa2970d Mon Sep 17 00:00:00 2001 From: aclement Date: Tue, 26 Aug 2008 14:59:55 +0000 Subject: [PATCH] remove unused --- .../src/org/aspectj/apache/bcel/classfile/ConstantPool.java | 1 - 1 file changed, 1 deletion(-) 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