diff options
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 ); |