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_private.h | |
parent | DOS: Link against DJGPP's libemu to support FPU emulation. (diff) | |
download | xz-7c3ba2ed5c3c878d4a14ca549b46dbff60c6d565.tar.xz |
liblzma: Remove outdated comments.
Diffstat (limited to 'src/liblzma/simple/simple_private.h')
-rw-r--r-- | src/liblzma/simple/simple_private.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/liblzma/simple/simple_private.h b/src/liblzma/simple/simple_private.h index a69f8278..fcf9f7c1 100644 --- a/src/liblzma/simple/simple_private.h +++ b/src/liblzma/simple/simple_private.h @@ -22,8 +22,7 @@ struct lzma_coder_s { /// Next filter in the chain lzma_next_coder next; - /// True if the next coder in the chain has returned LZMA_STREAM_END - /// or if we have processed uncompressed_size bytes. + /// True if the next coder in the chain has returned LZMA_STREAM_END. bool end_was_reached; /// True if filter() should encode the data; false to decode. |