Chromium Code Reviews| Index: lib/src/utils.dart |
| diff --git a/lib/src/utils.dart b/lib/src/utils.dart |
| index c9c753777f07c1c5bd930fa4a3a7e32a5377db0f..51a80b27100940381cba3779bf63594fdb3dc86c 100644 |
| --- a/lib/src/utils.dart |
| +++ b/lib/src/utils.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.utils; |
| - |
| /// A pair of values. |
| class Pair<E, F> { |
| E first; |