| Index: sdk/lib/_internal/pub/lib/src/version.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/version.dart b/sdk/lib/_internal/pub/lib/src/version.dart
|
| index c3943a69a0c4884f15d19ae077c1aa55120cd47a..0d25c735e0767b08201397d6e867e3f03dcfa8ca 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/version.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/version.dart
|
| @@ -9,9 +9,6 @@ library pub.version;
|
|
|
| import 'dart:math';
|
|
|
| -import 'utils.dart';
|
| -
|
| -
|
| /// Regex that matches a version number at the beginning of a string.
|
| final _START_VERSION = new RegExp(
|
| r'^' // Start at beginning.
|
|
|