Fix symlink handling
[gitweb.git] / tree.h
diff --git a/tree.h b/tree.h
index 19b190565957a7a03c34f7efa68a7fe0c6783d04..96cf4291d11453b4489d2bf5234938054fe6b7bd 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;
 };