From: aclement Date: Wed, 7 Jul 2010 16:26:15 +0000 (+0000) Subject: removed unused field X-Git-Tag: V1_6_10RC1~141 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=30a11420fd8313e2c92fe563ffb5d77aaa6896d6;p=aspectj.git removed unused field --- diff --git a/org.aspectj.matcher/src/org/aspectj/weaver/TypeVariableReferenceType.java b/org.aspectj.matcher/src/org/aspectj/weaver/TypeVariableReferenceType.java index dcd0861af..d3cecff00 100644 --- a/org.aspectj.matcher/src/org/aspectj/weaver/TypeVariableReferenceType.java +++ b/org.aspectj.matcher/src/org/aspectj/weaver/TypeVariableReferenceType.java @@ -20,7 +20,6 @@ import java.util.Map; public class TypeVariableReferenceType extends ReferenceType implements TypeVariableReference { private TypeVariable typeVariable; - private boolean resolvedIfBounds = false; // If 'fixedUp' then the type variable in here is a reference to the real one that may // exist either on a member or a type. Not fixedUp means that we unpacked a generic