Skip to content

Commit 000f313

Browse files
[analyzer] Remove unused dart:async imports
Change-Id: If21c3a30f3bc521586ad01f8f9e241038e7aa7eb Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/161448 Auto-Submit: Mike Fairhurst <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]> Reviewed-by: Konstantin Shcheglov <[email protected]>
1 parent 7817aa1 commit 000f313

32 files changed

+0
-56
lines changed

pkg/analyzer/lib/dart/analysis/session.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/dart/analysis/analysis_context.dart';
86
import 'package:analyzer/dart/analysis/declared_variables.dart';
97
import 'package:analyzer/dart/analysis/results.dart';

pkg/analyzer/lib/dart/analysis/utilities.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/dart/analysis/analysis_context.dart';
86
import 'package:analyzer/dart/analysis/analysis_context_collection.dart';
97
import 'package:analyzer/dart/analysis/features.dart';

pkg/analyzer/lib/file_system/file_system.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/src/generated/source.dart';
86
import 'package:path/path.dart';
97
import 'package:watcher/watcher.dart';

pkg/analyzer/lib/file_system/overlay_file_system.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:core';
87
import 'dart:typed_data';

pkg/analyzer/lib/file_system/physical_file_system.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:typed_data';
87

pkg/analyzer/lib/instrumentation/file_instrumentation.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/instrumentation/instrumentation.dart';

pkg/analyzer/lib/src/dart/analysis/file_byte_store.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:isolate';
87
import 'dart:typed_data';

pkg/analyzer/lib/src/dart/analysis/performance_logger.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
/// This class is used to gather and print performance information.
86
class PerformanceLog {
97
final StringSink sink;

pkg/analyzer/lib/src/dart/analysis/search.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/dart/analysis/results.dart';
86
import 'package:analyzer/dart/ast/ast.dart';
97
import 'package:analyzer/dart/ast/visitor.dart';

pkg/analyzer/lib/src/dart/analysis/session.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/dart/analysis/analysis_context.dart';
86
import 'package:analyzer/dart/analysis/declared_variables.dart';
97
import 'package:analyzer/dart/analysis/results.dart';

0 commit comments

Comments
 (0)