Index: compiler/java/com/google/dart/compiler/type/DynamicTypeImplementation.java |
diff --git a/compiler/java/com/google/dart/compiler/type/DynamicTypeImplementation.java b/compiler/java/com/google/dart/compiler/type/DynamicTypeImplementation.java |
index 17ae0cde9b92af1ebd79cffe292d46aecfa6657b..d16189d5e0b6ad3be76019822987a431b5733f45 100644 |
--- a/compiler/java/com/google/dart/compiler/type/DynamicTypeImplementation.java |
+++ b/compiler/java/com/google/dart/compiler/type/DynamicTypeImplementation.java |
@@ -118,9 +118,4 @@ class DynamicTypeImplementation extends AbstractType implements DynamicType { |
public Map<String, Type> getNamedParameterTypes() { |
return null; |
} |
- |
- @Override |
- public List<TypeVariable> getTypeVariables() { |
- return null; |
- } |
} |