| 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;
|
|
|