| Index: compiler/java/com/google/dart/compiler/parser/DartPrefixParser.java
|
| ===================================================================
|
| --- compiler/java/com/google/dart/compiler/parser/DartPrefixParser.java (revision 11395)
|
| +++ compiler/java/com/google/dart/compiler/parser/DartPrefixParser.java (working copy)
|
| @@ -40,7 +40,6 @@
|
| this.prefixes = prefixes;
|
| }
|
|
|
| - @SuppressWarnings("deprecation")
|
| @Override
|
| protected DartImportDirective parseImportDirective() {
|
| DartImportDirective directive = super.parseImportDirective();
|
|
|