Index: lib/src/bytes_builder.dart |
diff --git a/lib/src/bytes_builder.dart b/lib/src/bytes_builder.dart |
index 446e1751baa4aeaa8978235878eee3b979f932d8..68af4170bdcea2db4873a75727892edc44cf79cb 100644 |
--- a/lib/src/bytes_builder.dart |
+++ b/lib/src/bytes_builder.dart |
@@ -86,7 +86,6 @@ abstract class BytesBuilder { |
void clear(); |
} |
- |
class _CopyingBytesBuilder implements BytesBuilder { |
// Start with 1024 bytes. |
static const int _INIT_SIZE = 1024; |
@@ -158,7 +157,6 @@ class _CopyingBytesBuilder implements BytesBuilder { |
} |
} |
- |
class _BytesBuilder implements BytesBuilder { |
int _length = 0; |
final List _chunks = []; |