Index: lib/src/null_stream_sink.dart |
diff --git a/lib/src/null_stream_sink.dart b/lib/src/null_stream_sink.dart |
index aa85924f826b18b714ce324aab77f8c07b63f37d..c83790ca65cf9638e09ba37456f801410e0c9109 100644 |
--- a/lib/src/null_stream_sink.dart |
+++ b/lib/src/null_stream_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 async.null_stream_sink; |
- |
import 'dart:async'; |
/// A [StreamSink] that discards all events. |