Commit Diff


commit - ac544f8c6ffbe7126fa9ae6c7dd09c6661d1ef2d
commit + e650241d3aa5b687b4be927bcdc6595a2af7384e
blob - 628c56137d7ed88aea67d80ba7b95c6be67bdecf
blob + ce9df15fed96bdc18e2e66525871f2e0f7acdaf1
--- lib/got_lib_object.h
+++ lib/got_lib_object.h
@@ -58,7 +58,6 @@ struct got_tree_object {
 struct got_blob_object {
 	FILE *f;
 	uint8_t *data;
-	struct got_zstream_buf zb;
 	size_t hdrlen;
 	size_t blocksize;
 	uint8_t *read_buf;