Skip to content

Commit 1134a0f

Browse files
[analysis_server] Remove unused dart:async imports
Change-Id: I764ee78cb9e31bdb3abaa36ca4754e1fed180311 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/161447 Auto-Submit: Mike Fairhurst <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]> Reviewed-by: Konstantin Shcheglov <[email protected]>
1 parent 3317d47 commit 1134a0f

File tree

181 files changed

+0
-315
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+0
-315
lines changed

pkg/analysis_server/benchmark/benchmarks.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';
87
import 'dart:math' as math;

pkg/analysis_server/benchmark/perf/flutter_analyze_benchmark.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';
87

pkg/analysis_server/lib/plugin/edit/fix/fix_core.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/error/error.dart';
86
import 'package:analyzer_plugin/protocol/protocol_common.dart'
97
show SourceChange;

pkg/analysis_server/lib/src/analysis_server_abstract.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:core';
76
import 'dart:io' as io;
87

pkg/analysis_server/lib/src/channel/channel.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

87
import 'package:analysis_server/protocol/protocol.dart';

pkg/analysis_server/lib/src/cider/completion.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:analysis_server/src/protocol_server.dart';
86
import 'package:analysis_server/src/services/completion/completion_core.dart';
97
import 'package:analysis_server/src/services/completion/completion_performance.dart';

pkg/analysis_server/lib/src/cider/fixes.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:analysis_server/plugin/edit/fix/fix_core.dart';
86
import 'package:analysis_server/src/services/correction/change_workspace.dart';
97
import 'package:analysis_server/src/services/correction/fix.dart';

pkg/analysis_server/lib/src/computer/import_elements_computer.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:analysis_server/protocol/protocol_generated.dart';
86
import 'package:analyzer/dart/analysis/results.dart';
97
import 'package:analyzer/dart/ast/ast.dart';

pkg/analysis_server/lib/src/domain_analysis.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:core';
76

87
import 'package:analysis_server/protocol/protocol_constants.dart';

pkg/analysis_server/lib/src/domain_diagnostic.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:core';
76

87
import 'package:analysis_server/protocol/protocol.dart';

0 commit comments

Comments
 (0)