We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c8ed5 commit 4f05d7aCopy full SHA for 4f05d7a
frontend_server_common/lib/src/frontend_server_client.dart
@@ -480,10 +480,6 @@ class ResidentCompiler {
480
) async {
481
_stdoutHandler.reset(suppressCompilerMessages: true, expectSources: false);
482
483
- // This hasn't been updated for years and will not work with current
484
- // versions of Dart (anything including
485
- // https://github.com/dart-lang/sdk/commit/17781dbc3645).
486
-
487
// 'compile-expression' should be invoked after compiler has been started,
488
// program was compiled.
489
if (_server == null) {
0 commit comments