aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/common/delta_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/liblzma/common/delta_common.c')
-rw-r--r--src/liblzma/common/delta_common.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/liblzma/common/delta_common.c b/src/liblzma/common/delta_common.c
index de27b5a6..acd31e14 100644
--- a/src/liblzma/common/delta_common.c
+++ b/src/liblzma/common/delta_common.c
@@ -47,10 +47,6 @@ lzma_delta_coder_init(lzma_next_coder *next, lzma_allocator *allocator,
// Coding function is different for encoder and decoder.
next->code = code;
- // Copy Uncompressed Size which is used to limit the output size
- // in the Delta decoder.
- next->coder->uncompressed_size = filters[0].uncompressed_size;
-
// Set the delta distance.
if (filters[0].options == NULL)
return LZMA_PROG_ERROR;