diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-09-21 03:58:43 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-09-21 04:00:59 +0200 |
commit | 1bf363ba52025a0cf504b313878ea99c174a1683 (patch) | |
tree | 008dfad25d61e84a6730b03bf7606a7266f7dd85 /include/fstree.h | |
parent | 544575bd09378dcf573e33a315628ecc193925e7 (diff) |
Minor fstree related cleanup
- file list is no longer needed for statistics
- the size field in the directory info structure is no longer in use
- sqfs2tar, rdsquashfs and sqfsdiff no longer depend on libfstree.a
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include/fstree.h')
-rw-r--r-- | include/fstree.h | 4 |
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; }; |