diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 09:59:56 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 09:59:56 +0000 |
commit | 5b876d2f480923c5b09428110f4c774c3bf0042e (patch) | |
tree | c5ae1a360938f34aa1f72d1e9ef6a595fa0346b4 /decoder.h | |
parent | Adding upstream version 1.15~pre3. (diff) | |
download | lzip-5b876d2f480923c5b09428110f4c774c3bf0042e.tar.xz lzip-5b876d2f480923c5b09428110f4c774c3bf0042e.zip |
Adding upstream version 1.15~rc1.upstream/1.15_rc1
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'decoder.h')
-rw-r--r-- | decoder.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -273,7 +273,6 @@ public: ~LZ_decoder() { delete[] buffer; } unsigned crc() const { return crc_ ^ 0xFFFFFFFFU; } - unsigned long long data_position() const { return partial_data_pos + pos; } int decode_member( const Pretty_print & pp ); |