Remove unnecessary import from compiler

Bug: https://github.com/dart-lang/sdk/issues/44569
Change-Id: I98e103a1af11794927fc1fe6794e69ec655debf6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/213424
Auto-Submit: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Mayank Patke <fishythefish@google.com>
Reviewed-by: Mayank Patke <fishythefish@google.com>
This commit is contained in:
Sam Rawlins 2021-09-16 18:03:15 +00:00 committed by commit-bot@chromium.org
parent 790d0b601c
commit 5a4921bd76

View file

@ -4,7 +4,6 @@
import "dart:convert";
import "dart:io";
import "package:kernel/kernel.dart";
import "package:kernel/ast.dart";
main(List<String> args) async {
// Ensure right args are passed.