aboutsummaryrefslogtreecommitdiff
path: root/include/fstree.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fstree.h')
-rw-r--r--include/fstree.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/fstree.h b/include/fstree.h
index f214501..8e35269 100644
--- a/include/fstree.h
+++ b/include/fstree.h
@@ -101,10 +101,6 @@ struct dir_info_t {
/* Linked list head for children in the directory */
tree_node_t *children;
- /* Size on disk. Computed and updated on the fly while writing
- directory meta data to disk. */
- uint64_t size;
-
/* Set to true for implicitly generated directories. */
bool created_implicitly;
};