Chromium Code Reviews| Index: lib/src/parser.dart |
| diff --git a/lib/src/parser.dart b/lib/src/parser.dart |
| index 72c01dcf0ddeacdf45bab2968fdbe4caed9f372b..8bb131f8346bb1e6d2df1d498c537131b5bc9f36 100644 |
| --- a/lib/src/parser.dart |
| +++ b/lib/src/parser.dart |
| @@ -671,7 +671,6 @@ class Parser { |
| var versionDirective; |
| var tagDirectives = []; |
| - var reservedDirectives = []; |
| while (token.type == TokenType.VERSION_DIRECTIVE || |
| token.type == TokenType.TAG_DIRECTIVE) { |
| if (token is VersionDirectiveToken) { |