analyzer: Remove unused imports
These were previously undetected due to https://github.com/dart-lang/sdk/issues/38784 Change-Id: I546f698d992142f5e1d1260fba1cfd4a5308a0d0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/147701 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Samuel Rawlins <srawlins@google.com>
This commit is contained in:
committed by
commit-bot@chromium.org
parent
304bcf8685
commit
b9e10e3870
@@ -5,7 +5,6 @@
|
||||
import 'dart:collection';
|
||||
import 'dart:core';
|
||||
|
||||
import 'package:analyzer/dart/analysis/analysis_context.dart' as api;
|
||||
import 'package:analyzer/dart/analysis/context_locator.dart' as api;
|
||||
import 'package:analyzer/dart/analysis/declared_variables.dart';
|
||||
import 'package:analyzer/file_system/file_system.dart';
|
||||
@@ -15,7 +14,6 @@ import 'package:analyzer/src/command_line/arguments.dart'
|
||||
import 'package:analyzer/src/context/context_root.dart';
|
||||
import 'package:analyzer/src/context/packages.dart';
|
||||
import 'package:analyzer/src/dart/analysis/byte_store.dart';
|
||||
import 'package:analyzer/src/dart/analysis/context_root.dart' as api;
|
||||
import 'package:analyzer/src/dart/analysis/driver.dart'
|
||||
show AnalysisDriver, AnalysisDriverScheduler;
|
||||
import 'package:analyzer/src/dart/analysis/driver_based_analysis_context.dart'
|
||||
|
||||
@@ -3,8 +3,6 @@
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
import 'package:_fe_analyzer_shared/src/parser/async_modifier.dart';
|
||||
import 'package:_fe_analyzer_shared/src/parser/forwarding_listener.dart'
|
||||
as fasta;
|
||||
import 'package:_fe_analyzer_shared/src/parser/parser.dart' as fasta;
|
||||
import 'package:_fe_analyzer_shared/src/scanner/error_token.dart'
|
||||
show ErrorToken;
|
||||
|
||||
Reference in New Issue
Block a user