Index: pkg/compiler/lib/src/warnings.dart |
diff --git a/pkg/compiler/lib/src/warnings.dart b/pkg/compiler/lib/src/warnings.dart |
index 15098af7b643d0207a5eb5d9752ca15bd45fb7e8..394b08310d70935f7b14ab40eaac65cad276640f 100644 |
--- a/pkg/compiler/lib/src/warnings.dart |
+++ b/pkg/compiler/lib/src/warnings.dart |
@@ -2075,9 +2075,6 @@ Please include the following information: |
" require a preamble file located in:\n" |
" <sdk>/lib/_internal/compiler/js_lib/preambles."); |
- static const MessageKind EXPERIMENTAL_ASYNC_AWAIT = const MessageKind( |
- "Experimental language feature 'async/await' is not supported."); |
- |
static const MessageKind INVALID_STARRED_KEYWORD = const MessageKind( |
"Invalid '#{keyword}' keyword.", |
options: const ['--enable-async'], |