diff options
Diffstat (limited to 'org.aspectj.matcher')
-rw-r--r-- | org.aspectj.matcher/src/org/aspectj/weaver/TypeVariableReferenceType.java | 1 |
1 files changed, 0 insertions, 1 deletions
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 |