Commit e650241d3aa5b687b4be927bcdc6595a2af7384e

Stefan Sperling 2019-01-13T16:00:55

remove unused field from struct got_blob_object

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/lib/got_lib_object.h b/lib/got_lib_object.h
index 628c561..ce9df15 100644
--- a/lib/got_lib_object.h
+++ b/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;