| Index: sdk/lib/_internal/compiler/implementation/use_unused_api.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/use_unused_api.dart b/sdk/lib/_internal/compiler/implementation/use_unused_api.dart
|
| index 16faf1b5852624c9558af07a5c55c9ee70fbcaf6..ead5dae02bce3a8aa39071df2ccad9a7d17f3e32 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/use_unused_api.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/use_unused_api.dart
|
| @@ -197,7 +197,6 @@ usedByTests() {
|
| type_graph_inferrer.TypeGraphInferrer typeGraphInferrer = null;
|
| source_file_provider.SourceFileProvider sourceFileProvider = null;
|
| world.hasAnyUserDefinedGetter(null);
|
| - compiler.importHelperLibrary(null);
|
| typeGraphInferrer.getCallersOf(null);
|
| dart_types.Types.sorted(null);
|
| new dart_types.Types(compiler).copy(compiler);
|
|
|