diff options
Diffstat (limited to 'lib/sqfs/block_processor/internal.h')
-rw-r--r-- | lib/sqfs/block_processor/internal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/sqfs/block_processor/internal.h b/lib/sqfs/block_processor/internal.h index 0c4f2b3..ee76946 100644 --- a/lib/sqfs/block_processor/internal.h +++ b/lib/sqfs/block_processor/internal.h @@ -53,10 +53,6 @@ typedef struct sqfs_block_t { For fragment fragment blocks: fragment table index. */ sqfs_u32 index; - /* For fragment blocks: list of fragments to - consolidate in reverse order. */ - struct sqfs_block_t *frag_list; - /* User data pointer */ void *user; |