| Index: compiler/java/com/google/dart/compiler/type/FunctionType.java
|
| diff --git a/compiler/java/com/google/dart/compiler/type/FunctionType.java b/compiler/java/com/google/dart/compiler/type/FunctionType.java
|
| index 019de5cb5f909b895824ee52c024c24cee19940d..165f2ff0503bb584b8ec4a63792bb52d6ea4fc01 100644
|
| --- a/compiler/java/com/google/dart/compiler/type/FunctionType.java
|
| +++ b/compiler/java/com/google/dart/compiler/type/FunctionType.java
|
| @@ -33,6 +33,4 @@ public interface FunctionType extends Type {
|
| boolean hasRest();
|
|
|
| Map<String, Type> getNamedParameterTypes();
|
| -
|
| - List<TypeVariable> getTypeVariables();
|
| }
|
|
|