| Index: sdk/lib/_internal/pub/lib/src/pubspec.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/pubspec.dart b/sdk/lib/_internal/pub/lib/src/pubspec.dart
|
| index c586c81c67daabeaec2cc8f5934fa2a3f55f04d3..a8d119577ff01f8bca41f8129c5e1112a2289d4b 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/pubspec.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/pubspec.dart
|
| @@ -4,7 +4,6 @@
|
|
|
| library pub.pubspec;
|
|
|
| -import 'package:barback/barback.dart';
|
| import 'package:yaml/yaml.dart';
|
| import 'package:path/path.dart' as path;
|
|
|
| @@ -16,8 +15,6 @@ import 'source_registry.dart';
|
| import 'utils.dart';
|
| import 'version.dart';
|
|
|
| -import 'log.dart' as log;
|
| -
|
| /// The parsed contents of a pubspec file.
|
| ///
|
| /// The fields of a pubspec are, for the most part, validated when they're first
|
|
|