Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(669)

Unified Diff: lib/src/parser.dart

Issue 852003003: yaml: reformat, fix README and homepage link, bump version (Closed) Base URL: https://github.com/dart-lang/yaml.git@master
Patch Set: tweak Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « codereview.settings ('k') | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « codereview.settings ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698