Remove some unnecessary ignore comments in frontend_server

Change-Id: If1123901019c5fe83f232ba34b8c3d7f58dce448
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/274728
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
Brian Wilkerson 2022-12-12 18:40:40 +00:00 committed by Commit Queue
parent 8e22dd6c95
commit b9de2e1a72
2 changed files with 0 additions and 2 deletions

View file

@ -21,7 +21,6 @@ import 'package:dev_compiler/dev_compiler.dart'
// are a temporary state of things until frontend team builds better api
// that would replace api used below. This api was made private in
// an effort to discourage further use.
// ignore_for_file: implementation_imports
import 'package:front_end/src/api_unstable/vm.dart';
import 'package:front_end/src/api_unstable/ddc.dart' as ddc
show IncrementalCompiler;

View file

@ -14,7 +14,6 @@ import 'package:args/args.dart';
// are a temporary state of things until frontend team builds better api
// that would replace api used below. This api was made private in
// an effort to discourage further use.
// ignore_for_file: implementation_imports
import 'package:front_end/src/api_unstable/vm.dart';
import '../frontend_server.dart';