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

Unified Diff: pkg/dev_compiler/lib/src/compiler/ast_builder.dart

Issue 2691043003: Remove unused TokenType.IS. (Closed)
Patch Set: Created 3 years, 10 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
Index: pkg/dev_compiler/lib/src/compiler/ast_builder.dart
diff --git a/pkg/dev_compiler/lib/src/compiler/ast_builder.dart b/pkg/dev_compiler/lib/src/compiler/ast_builder.dart
index 2cbfdbf7bdb9aca8e03f75155a4a993a4007ceda..352efdbaa52afb1ec15650767f9fb858a240ae48 100644
--- a/pkg/dev_compiler/lib/src/compiler/ast_builder.dart
+++ b/pkg/dev_compiler/lib/src/compiler/ast_builder.dart
@@ -167,8 +167,6 @@ class AstBuilder {
return TokenType.INDEX;
case "[]=":
return TokenType.INDEX_EQ;
- case "is":
- return TokenType.IS;
case "<":
return TokenType.LT;
case "<=":
« no previous file with comments | « pkg/analysis_server/lib/src/services/correction/assist_internal.dart ('k') | pkg/front_end/lib/src/scanner/token.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698