From: aclement Date: Tue, 26 Aug 2008 15:01:15 +0000 (+0000) Subject: remove unused X-Git-Tag: V162DEV_M1~34 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9e332216dc99831c4590abfe6073ba83dad7bf19;p=aspectj.git remove unused --- diff --git a/bcel-builder/src/org/aspectj/apache/bcel/classfile/Method.java b/bcel-builder/src/org/aspectj/apache/bcel/classfile/Method.java index 861280888..25e8847a0 100644 --- a/bcel-builder/src/org/aspectj/apache/bcel/classfile/Method.java +++ b/bcel-builder/src/org/aspectj/apache/bcel/classfile/Method.java @@ -69,7 +69,7 @@ import org.aspectj.apache.bcel.generic.Type; * for a method in the class. See JVM specification for details. * A method has access flags, a name, a signature and a number of attributes. * - * @version $Id: Method.java,v 1.6 2008/05/30 17:29:14 aclement Exp $ + * @version $Id: Method.java,v 1.7 2008/08/26 15:01:15 aclement Exp $ * @author M. Dahm */ public final class Method extends FieldOrMethod { @@ -219,7 +219,6 @@ public final class Method extends FieldOrMethod { // Find attributes that contain annotation data Attribute[] attrs = getAttributes(); - List accumulatedAnnotations = new ArrayList(); for (int i = 0; i < attrs.length; i++) { Attribute attribute = attrs[i];