Index: pkg/compiler/lib/src/warnings.dart |
diff --git a/pkg/compiler/lib/src/warnings.dart b/pkg/compiler/lib/src/warnings.dart |
index e21429c46346cbccfba867f8106dff3440493b2a..4bffaff21032fade0495889227028e523da0be36 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'], |