summaryrefslogtreecommitdiff
path: root/include/fstree.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fstree.h')
-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. */