Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tree.h
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-12-05 08:13:57 +0300
committerJunio C Hamano <junkio@cox.net>2005-12-05 10:19:31 +0300
commit18d1e701b70014d37a2715ccce0791114587709e (patch)
treedf9fc79100d4fb6a605c1fb4841520151d3d290c /tree.h
parentf83df6d66e08f1f68b2c1c6aa2ba8b626990df5f (diff)
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 768e5e9eb8..57a5bf71f2 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 {