Remove unused "zeropad" entry from tree_list_entry
authorLinus Torvalds <torvalds@osdl.org>
Mon, 29 May 2006 19:19:37 +0000 (12:19 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 30 May 2006 02:08:25 +0000 (19:08 -0700)
commit3bc1eca91e5230739cfb488e63fae35a166a07de
tree368141dc0f9a2fa5f57d1c77d7e829c6b6c8c3e4
parente9a95bef7f9648b3827813906582bb8a6d922d21
Remove unused "zeropad" entry from tree_list_entry

That was a hack, only needed because 'git fsck-objects' didn't look at
the raw tree format.  Now that fsck traverses the tree itself, we can
drop it.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
tree.c
tree.h