aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/common/delta_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/liblzma/common/delta_common.h')
-rw-r--r--src/liblzma/common/delta_common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/liblzma/common/delta_common.h b/src/liblzma/common/delta_common.h
index 3ec955b7..1d58899d 100644
--- a/src/liblzma/common/delta_common.h
+++ b/src/liblzma/common/delta_common.h
@@ -26,10 +26,6 @@ struct lzma_coder_s {
/// Next coder in the chain
lzma_next_coder next;
- /// Uncompressed size - This is needed when we are the last
- /// filter in the chain.
- lzma_vli uncompressed_size;
-
/// Delta distance
size_t distance;