summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-06-11 00:46:19 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-06-11 00:46:19 +0200
commit2c661f100fbe6c13e7aaef2ea3c9bef546246bb2 (patch)
treec52733ef62a70a6edfa382ad637d5ec62746f014 /include
parenta31acfdbf87a7ff6671890de9df17f9552a4f8c0 (diff)
cleanup: remove the linked list of fragment relations
Don't need that, we already know the index when we write add the fragment. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include')
-rw-r--r--include/fstree.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/fstree.h b/include/fstree.h
index ef2ffb1..3979503 100644
--- a/include/fstree.h
+++ b/include/fstree.h
@@ -55,14 +55,6 @@ struct file_info_t {
/* Path to the input file. */
char *input_file;
- /* Linked list pointer for aggregating fragments
-
- When writing out data blocks, files that don't have a multiple of
- the block size have their tail ends gathered in a fragment block.
- A linked list is used to keep track of which files share the same
- fragment block. */
- file_info_t *frag_next;
-
uint64_t size;
/* Absolute position of the first data block. */