diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2012-04-19 15:25:26 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2012-05-24 19:16:14 +0300 |
commit | 7c3ba2ed5c3c878d4a14ca549b46dbff60c6d565 (patch) | |
tree | a4ad61b743ac4af47896da65735f6b29aa8860ec /src/liblzma/simple/simple_coder.c | |
parent | DOS: Link against DJGPP's libemu to support FPU emulation. (diff) | |
download | xz-7c3ba2ed5c3c878d4a14ca549b46dbff60c6d565.tar.xz |
liblzma: Remove outdated comments.
Diffstat (limited to '')
-rw-r--r-- | src/liblzma/simple/simple_coder.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/liblzma/simple/simple_coder.c b/src/liblzma/simple/simple_coder.c index 37de7fa1..9e7bc289 100644 --- a/src/liblzma/simple/simple_coder.c +++ b/src/liblzma/simple/simple_coder.c @@ -35,9 +35,6 @@ copy_or_code(lzma_coder *coder, lzma_allocator *allocator, } else { // Call the next coder in the chain to provide us some data. - // We don't care about uncompressed_size here, because - // the next filter in the chain will do it for us (since - // we don't change the size of the data). const lzma_ret ret = coder->next.code( coder->next.coder, allocator, in, in_pos, in_size, |