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>
This commit is contained in:
Linus Torvalds
2006-05-29 12:19:37 -07:00
committed by Junio C Hamano
parent e9a95bef7f
commit 3bc1eca91e
2 changed files with 1 additions and 3 deletions

1
tree.h
View File

@ -10,7 +10,6 @@ struct tree_entry_list {
unsigned directory : 1;
unsigned executable : 1;
unsigned symlink : 1;
unsigned zeropad : 1;
unsigned int mode;
const char *name;
const unsigned char *sha1;