From 9e332216dc99831c4590abfe6073ba83dad7bf19 Mon Sep 17 00:00:00 2001 From: aclement Date: Tue, 26 Aug 2008 15:01:15 +0000 Subject: [PATCH] remove unused --- bcel-builder/src/org/aspectj/apache/bcel/classfile/Method.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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]; -- 2.39.5