| Index: lib/src/digest_sink.dart
|
| diff --git a/lib/src/digest_sink.dart b/lib/src/digest_sink.dart
|
| index bb5c85f496d670a60d95a5fcfccbd16d87c326a6..149dec1a6c1be341466cecde64a1006c7390ce9a 100644
|
| --- a/lib/src/digest_sink.dart
|
| +++ b/lib/src/digest_sink.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 crypto.digest_sink;
|
| -
|
| import 'digest.dart';
|
|
|
| /// A sink used to get a digest value out of [Hash.startChunkedConversion].
|
|
|