LibCompress: Remove unused Lzma2 decompression

This commit is contained in:
Undefine
2025-02-08 23:19:02 +01:00
committed by Sam Atkins
parent a49b7c0125
commit f30fd8af4c
4 changed files with 0 additions and 237 deletions

View File

@@ -5,7 +5,6 @@ shared_library("LibCompress") {
"Deflate.cpp",
"Gzip.cpp",
"Lzma.cpp",
"Lzma2.cpp",
"PackBitsDecoder.cpp",
"Zlib.cpp",
]