From: aclement Date: Fri, 22 Aug 2008 19:27:11 +0000 (+0000) Subject: eclipse: unused code X-Git-Tag: V162DEV_M1~64 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b9ba4893500c2de097adab6ed9c1e407515004b8;p=aspectj.git eclipse: unused code --- diff --git a/weaver/src/org/aspectj/weaver/patterns/TypeVariablePattern.java b/weaver/src/org/aspectj/weaver/patterns/TypeVariablePattern.java index 03ac3f74b..0cbebf199 100644 --- a/weaver/src/org/aspectj/weaver/patterns/TypeVariablePattern.java +++ b/weaver/src/org/aspectj/weaver/patterns/TypeVariablePattern.java @@ -39,7 +39,6 @@ public class TypeVariablePattern extends PatternNode { private TypePattern[] interfaceBounds; // additional upper bounds (must be interfaces) arising from // declarations of the form T extends Bar & IGoo, IDoo private TypePattern lowerBound; // only set if type variable is of the form T super Bar - private ResolvedType resolvedType; // only set if resolved /** * Create a named type variable with upper bound Object and no lower bounds.