Remove unnecessary imports from front_end

Bug: https://github.com/dart-lang/sdk/issues/44569
Change-Id: I646f5994b40f2007f8d8d4b5ef35e2c9ffbd2376
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/213423
Auto-Submit: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Johnni Winther <johnniwinther@google.com>
This commit is contained in:
Sam Rawlins 2021-09-15 05:51:03 +00:00 committed by commit-bot@chromium.org
parent e08ee7abec
commit fd2d014112

View file

@ -6,7 +6,6 @@ import 'package:kernel/ast.dart';
import 'package:kernel/type_algebra.dart';
import '../builder/member_builder.dart';
import '../source/source_library_builder.dart';
import 'kernel_api.dart';
import 'kernel_helper.dart';
const String _tearOffNamePrefix = '_#';