| Index: compiler/java/com/google/dart/compiler/resolver/TypeVariableElement.java
|
| diff --git a/compiler/java/com/google/dart/compiler/resolver/TypeVariableElement.java b/compiler/java/com/google/dart/compiler/resolver/TypeVariableElement.java
|
| index 64138ecb985f1ac1b7a9fc5a1d5a23b107eabd36..8287c7069434feb9cae91b4d10745795b9d1ec80 100644
|
| --- a/compiler/java/com/google/dart/compiler/resolver/TypeVariableElement.java
|
| +++ b/compiler/java/com/google/dart/compiler/resolver/TypeVariableElement.java
|
| @@ -19,7 +19,5 @@ public interface TypeVariableElement extends Element {
|
|
|
| Type getBound();
|
|
|
| - void setBound(Type bound);
|
| -
|
| Element getDeclaringElement();
|
| }
|
|
|