Make fsck-cache do better tree checking.
[git.git] / tree.h
diff --git a/tree.h b/tree.h
index 19b1905..96cf429 100644 (file)
--- a/tree.h
+++ b/tree.h
@@ -18,7 +18,6 @@ struct tree_entry_list {
 
 struct tree {
        struct object object;
-       unsigned has_full_path : 1;
        struct tree_entry_list *entries;
 };