diff options
author | Junio C Hamano <junkio@cox.net> | 2005-12-04 21:13:57 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-12-04 23:19:31 -0800 |
commit | 18d1e701b70014d37a2715ccce0791114587709e (patch) | |
tree | df9fc79100d4fb6a605c1fb4841520151d3d290c /tree.h | |
parent | f83df6d66e08f1f68b2c1c6aa2ba8b626990df5f (diff) | |
download | git-18d1e701b70014d37a2715ccce0791114587709e.tar.gz |
struct tree: remove unused field "parent"
The field is not used anymore, after the recent ls-tree rewrite.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'tree.h')
-rw-r--r-- | tree.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -18,7 +18,6 @@ struct tree_entry_list { struct tree *tree; struct blob *blob; } item; - struct tree_entry_list *parent; }; struct tree { |