| Index: lib/src/comparators.dart
|
| diff --git a/lib/src/comparators.dart b/lib/src/comparators.dart
|
| index 05615ba1b9f5f48453533e35cf09d8fcd9d5f78e..49951009cdeed17b895a2dc1e1fe8439fd0b6270 100644
|
| --- a/lib/src/comparators.dart
|
| +++ b/lib/src/comparators.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 dart.pkg.collection.comparators;
|
| -
|
| // Character constants.
|
| const int _zero = 0x30;
|
| const int _upperCaseA = 0x41;
|
|
|