Skip to content

Commit 3317d47

Browse files
[_fe_analyzer_shared] Remove unused dart:async import
Change-Id: I6f34f9c00399a6edd15ac50d17c11675d0e11f6e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/161465 Auto-Submit: Mike Fairhurst <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]> Reviewed-by: Konstantin Shcheglov <[email protected]>
1 parent 0a036db commit 3317d47

File tree

1 file changed

+0
-2
lines changed
  • pkg/_fe_analyzer_shared/lib/src/scanner

1 file changed

+0
-2
lines changed

pkg/_fe_analyzer_shared/lib/src/scanner/io.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
library _fe_analyzer_shared.scanner.io;
66

7-
import 'dart:async' show Future;
8-
97
import 'dart:io' show File, RandomAccessFile;
108

119
import 'dart:typed_data' show Uint8List;

0 commit comments

Comments
 (0)