Skip to content

Commit 08bb058

Browse files
srawlinscommit-bot@chromium.org
authored andcommitted
Remove redundant import from _js_interop_checks
Bug: #44569 Change-Id: I6fa385eddc76397ce4944674bd548a16755f265d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/213850 Auto-Submit: Samuel Rawlins <[email protected]> Commit-Queue: Riley Porter <[email protected]> Reviewed-by: Riley Porter <[email protected]>
1 parent 204338d commit 08bb058

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/_js_interop_checks/lib/src/transformations/js_util_optimizer.dart

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import 'package:kernel/ast.dart';
66
import 'package:kernel/class_hierarchy.dart';
77
import 'package:kernel/core_types.dart';
88
import 'package:kernel/type_environment.dart';
9-
import 'package:kernel/kernel.dart';
109

1110
/// Replaces js_util methods with inline calls to foreign_helper JS which
1211
/// emits the code as a JavaScript code fragment.

0 commit comments

Comments
 (0)