summaryrefslogtreecommitdiff
path: root/tree.h
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-12-05 05:13:57 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-12-05 07:19:31 (GMT)
commit18d1e701b70014d37a2715ccce0791114587709e (patch)
treedf9fc79100d4fb6a605c1fb4841520151d3d290c /tree.h
parentf83df6d66e08f1f68b2c1c6aa2ba8b626990df5f (diff)
downloadgit-18d1e701b70014d37a2715ccce0791114587709e.zip
git-18d1e701b70014d37a2715ccce0791114587709e.tar.gz
git-18d1e701b70014d37a2715ccce0791114587709e.tar.bz2
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tree.h b/tree.h
index 768e5e9..57a5bf7 100644
--- a/tree.h
+++ b/tree.h
@@ -18,7 +18,6 @@ struct tree_entry_list {
struct tree *tree;
struct blob *blob;
} item;
- struct tree_entry_list *parent;
};
struct tree {