Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Remove "pathlen" from "struct name_entry"
[gitweb.git]
/
tree-walk.h
diff --git
a/tree-walk.h
b/tree-walk.h
index a0d7afd89bee1746912c61164e839daaa05a9b0c..149393aaa476985d3607f796366b537b6622d50e 100644
(file)
--- a/
tree-walk.h
+++ b/
tree-walk.h
@@
-10,7
+10,6
@@
struct name_entry {
const unsigned char *sha1;
const char *path;
unsigned int mode;
- int pathlen;
};
static inline int tree_entry_len(const char *name, const unsigned char *sha1)