Skip to content

Commit 660eb38

Browse files
committed
Remove comment in frontend_server_common again --- it's not used by anthing and not release
1 parent 1cde69f commit 660eb38

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

frontend_server_common/lib/src/frontend_server_client.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -464,10 +464,6 @@ class ResidentCompiler {
464464
_CompileExpressionRequest request) async {
465465
_stdoutHandler.reset(suppressCompilerMessages: true, expectSources: false);
466466

467-
// This hasn't been updated for years and will not work with current
468-
// versions of Dart (anything including
469-
// https://github.com/dart-lang/sdk/commit/17781dbc3645).
470-
471467
// 'compile-expression' should be invoked after compiler has been started,
472468
// program was compiled.
473469
if (_server == null) {

0 commit comments

Comments
 (0)