]> source.dussan.org Git - aspectj.git/commitdiff
eclipse: unused code
authoraclement <aclement>
Fri, 22 Aug 2008 19:27:11 +0000 (19:27 +0000)
committeraclement <aclement>
Fri, 22 Aug 2008 19:27:11 +0000 (19:27 +0000)
weaver/src/org/aspectj/weaver/patterns/TypeVariablePattern.java

index 03ac3f74b313faafe8a6ccbec4e62609020e693f..0cbebf199bbbd0b97d75ed5c1b99e1373e24070a 100644 (file)
@@ -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.