diff --git a/pkg/dev_compiler/lib/src/kernel/command.dart b/pkg/dev_compiler/lib/src/kernel/command.dart index e0a61f3b6c3..8d6b627e8d3 100644 --- a/pkg/dev_compiler/lib/src/kernel/command.dart +++ b/pkg/dev_compiler/lib/src/kernel/command.dart @@ -34,8 +34,6 @@ import 'target.dart'; const _binaryName = 'dartdevc -k'; -// ignore_for_file: DEPRECATED_MEMBER_USE - /// Invoke the compiler with [args]. /// /// Returns a [CompilerResult], with a success flag indicating whether the