diff options
Diffstat (limited to 'src/utils/Decompressor.cpp')
| -rw-r--r-- | src/utils/Decompressor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/Decompressor.cpp b/src/utils/Decompressor.cpp index 064adc6..4e89cb7 100644 --- a/src/utils/Decompressor.cpp +++ b/src/utils/Decompressor.cpp @@ -20,7 +20,6 @@ DataChunk* Decompressor::Decode(const std::vector<uint8_t>& buffer, const uint32 switch (type) { case CompressionType::MIO0: { - mio0_header_t head; if(!mio0_decode_header(in_buf, &head)){ throw std::runtime_error("Failed to decode MIO0 header"); |
