Chromium Code Reviews| Index: compiler/java/com/google/dart/compiler/ast/DartUnit.java |
| diff --git a/compiler/java/com/google/dart/compiler/ast/DartUnit.java b/compiler/java/com/google/dart/compiler/ast/DartUnit.java |
| index af33c6d6adbdccfc5ed5a23628845c16dc6b4b3b..7547e560e3337803ea59414c214c6faf8eb00b24 100644 |
| --- a/compiler/java/com/google/dart/compiler/ast/DartUnit.java |
| +++ b/compiler/java/com/google/dart/compiler/ast/DartUnit.java |
| @@ -33,11 +33,6 @@ public class DartUnit extends DartNode { |
| return source.getName(); |
| } |
| - @Override |
| - public DartSource getSource() { |
| - return source; |
| - } |
| - |
| public List<DartComment> getComments() { |
| return comments; |
| } |