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

Unified Diff: sdk/lib/_internal/compiler/implementation/scanner/keyword.dart

Issue 12087094: Removed Dynamic keyword support from dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Copied inherited dart2js test status to dart2dart status file. Created 7 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: sdk/lib/_internal/compiler/implementation/scanner/keyword.dart
diff --git a/sdk/lib/_internal/compiler/implementation/scanner/keyword.dart b/sdk/lib/_internal/compiler/implementation/scanner/keyword.dart
index 671fbacb435e8dcf0adc0f0483e31ea2377d3e72..aa852871fde35b9c7be7f9cc6e965f18ac209e62 100644
--- a/sdk/lib/_internal/compiler/implementation/scanner/keyword.dart
+++ b/sdk/lib/_internal/compiler/implementation/scanner/keyword.dart
@@ -68,9 +68,6 @@ class Keyword extends Iterable<int> implements SourceString {
const Keyword("show", isPseudo: true),
const Keyword("source", isPseudo: true) ];
- // TODO(aprelev@gmail.com): Remove deprecated Dynamic keyword support.
- static const DYNAMIC_DEPRECATED = const Keyword("Dynamic", isBuiltIn: true);
-
final String syntax;
final bool isPseudo;
final bool isBuiltIn;

Powered by Google App Engine
This is Rietveld 408576698