Skip to content

Commit f846d0e

Browse files
[analyzer_cli] Remove unused dart:async imports
Change-Id: I58d1ca58e6d630aee928c6a7cb7fc97822a3be22 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/161449 Auto-Submit: Mike Fairhurst <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]> Reviewed-by: Konstantin Shcheglov <[email protected]>
1 parent ba372d6 commit f846d0e

File tree

11 files changed

+0
-12
lines changed

11 files changed

+0
-12
lines changed

pkg/analyzer_cli/lib/src/analyzer_impl.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
import 'dart:async';
65
import 'dart:io';
76

87
import 'package:analyzer/dart/analysis/results.dart';

pkg/analyzer_cli/lib/src/batch_mode.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
import 'dart:async';
65
import 'dart:convert';
76
import 'dart:io' show exitCode, stdin;
87

pkg/analyzer_cli/lib/src/build_mode.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
import 'dart:async';
65
import 'dart:io' as io;
76
import 'dart:isolate';
87

pkg/analyzer_cli/lib/src/driver.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
import 'dart:async';
65
import 'dart:io' as io;
76
import 'dart:isolate';
87

pkg/analyzer_cli/lib/starter.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
import 'dart:async';
65
import 'dart:isolate';
76

87
import 'package:analyzer_cli/src/driver.dart';

pkg/analyzer_cli/test/analysis_options_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
import 'dart:async';
65
import 'dart:io';
76

87
import 'package:analyzer_cli/src/driver.dart' show Driver, outSink, errorSink;

pkg/analyzer_cli/test/build_mode_test.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
import 'dart:async';
6-
75
import 'package:analyzer/file_system/memory_file_system.dart';
86
import 'package:analyzer_cli/src/build_mode.dart';
97
import 'package:analyzer_cli/src/driver.dart';

pkg/analyzer_cli/test/driver_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
import 'dart:async';
65
import 'dart:io';
76

87
import 'package:analyzer/error/error.dart';

pkg/analyzer_cli/test/package_prefix_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
import 'dart:async';
65
import 'dart:io' show exitCode;
76

87
import 'package:analyzer_cli/src/driver.dart' show Driver, outSink, errorSink;

pkg/analyzer_cli/test/utils.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
import 'dart:async';
65
import 'dart:io';
76
import 'dart:mirrors';
87

0 commit comments

Comments
 (0)