aboutsummaryrefslogtreecommitdiff
path: root/bulk-checkin.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-03-23 11:23:37 -0700
committerJunio C Hamano <gitster@pobox.com>2015-03-23 11:23:38 -0700
commita393c6bfd95e51ced65984de2a83a11490c4cfce (patch)
treea63f574f73cf1b0a359ffd7378daf628f9839d8e /bulk-checkin.c
parenta4f287e5aa5cffec32bdc94042be58d160fd851e (diff)
parent9a6f1287fb69c46c7895f987ffea558b13ae79d1 (diff)
downloadgit-a393c6bfd95e51ced65984de2a83a11490c4cfce.tar.gz
git-a393c6bfd95e51ced65984de2a83a11490c4cfce.tar.xz
Merge branch 'rs/deflate-init-cleanup' into maint
Code simplification. * rs/deflate-init-cleanup: zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}
Diffstat (limited to 'bulk-checkin.c')
-rw-r--r--bulk-checkin.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bulk-checkin.c b/bulk-checkin.c
index 0c4b8a7ca..8d157eba4 100644
--- a/bulk-checkin.c
+++ b/bulk-checkin.c
@@ -105,7 +105,6 @@ static int stream_to_pack(struct bulk_checkin_state *state,
int write_object = (flags & HASH_WRITE_OBJECT);
off_t offset = 0;
- memset(&s, 0, sizeof(s));
git_deflate_init(&s, pack_compression_level);
hdrlen = encode_in_pack_object_header(type, size, obuf);