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

Unified Diff: pkg/compiler/lib/src/parser/listener.dart

Issue 1517013003: Revert "dart2js: add support for configuration-specific imports." (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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 | « pkg/compiler/lib/src/parser/element_listener.dart ('k') | pkg/compiler/lib/src/parser/parser.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/parser/listener.dart
diff --git a/pkg/compiler/lib/src/parser/listener.dart b/pkg/compiler/lib/src/parser/listener.dart
index 618b86a1b09e36fbe74d6c55cb9a28b3b251a0c7..6511abceaaa4ebfa1914efc9aa2d770544e1f3c0 100644
--- a/pkg/compiler/lib/src/parser/listener.dart
+++ b/pkg/compiler/lib/src/parser/listener.dart
@@ -232,24 +232,6 @@ class Listener {
Token asKeyword, Token semicolon) {
}
- void beginConditionalUris(Token token) {
- }
-
- void endConditionalUris(int count) {
- }
-
- void beginConditionalUri(Token ifKeyword) {
- }
-
- void endConditionalUri(Token ifKeyword, Token equalitySign) {
- }
-
- void beginDottedName(Token token) {
- }
-
- void endDottedName(int count, Token firstIdentifier) {
- }
-
void beginInitializedIdentifier(Token token) {
}
« no previous file with comments | « pkg/compiler/lib/src/parser/element_listener.dart ('k') | pkg/compiler/lib/src/parser/parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698