From b9ba4893500c2de097adab6ed9c1e407515004b8 Mon Sep 17 00:00:00 2001 From: aclement Date: Fri, 22 Aug 2008 19:27:11 +0000 Subject: [PATCH] eclipse: unused code --- weaver/src/org/aspectj/weaver/patterns/TypeVariablePattern.java | 1 - 1 file changed, 1 deletion(-) 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. -- 2.39.5