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

Unified Diff: lib/parser.dart

Issue 1138823002: pkg/csslib: Remove a number of unused members, prepare for release (Closed) Base URL: https://github.com/dart-lang/csslib@master
Patch Set: Created 5 years, 7 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 | « CHANGELOG.md ('k') | lib/src/polyfill.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/parser.dart
diff --git a/lib/parser.dart b/lib/parser.dart
index 9d27e97ac8088f6b7c9572e0bd354c3c3be298ab..1ca391cfed8c0c954a6e1a3633fc8ab3684e34a0 100644
--- a/lib/parser.dart
+++ b/lib/parser.dart
@@ -300,10 +300,6 @@ class _Parser {
}
}
- void _eatSemicolon() {
- _eat(TokenKind.SEMICOLON);
- }
-
void _errorExpected(String expected) {
var tok = _next();
var message;
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/polyfill.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698