archive-zip:write_zip_entry: Remove second reset of size variable to zero.
commitbe706c6f4f99ec04c4104bda8820513276af8129
authorStefan Beller <stefanbeller@googlemail.com>
Sun, 26 May 2013 19:11:35 +0000 (26 21:11 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 29 May 2013 19:54:39 +0000 (29 12:54 -0700)
treedf6cc86c70397700d72afc804b01c785ea644599
parent92758dd2a2de94c90c0697ef0e8174c3543a47f9
archive-zip:write_zip_entry: Remove second reset of size variable to zero.

It is set to zero just 3 lines before.
Reported by cppcheck.

Signed-off-by: Stefan Beller <stefanbeller@googlemail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
archive-zip.c