| Index: pkg/analysis_server/lib/src/services/completion/dart/variable_name_contributor.dart
|
| diff --git a/pkg/analysis_server/lib/src/services/completion/dart/variable_name_contributor.dart b/pkg/analysis_server/lib/src/services/completion/dart/variable_name_contributor.dart
|
| index 98b7f4b92c6a50c1d3a3fb13e5c243c13e76124b..2b4f2f2a5d86548d74d84fea04e9d215ac8ea950 100644
|
| --- a/pkg/analysis_server/lib/src/services/completion/dart/variable_name_contributor.dart
|
| +++ b/pkg/analysis_server/lib/src/services/completion/dart/variable_name_contributor.dart
|
| @@ -2,8 +2,6 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library services.completion.contributor.dart.variableName;
|
| -
|
| import 'dart:async';
|
|
|
| import 'package:analysis_server/src/protocol_server.dart'
|
|
|