]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Remove unused ZSTD_decompressSequences_t typedef 4266/head
authorPavel P <pavlov.pavel@gmail.com>
Fri, 24 Jan 2025 00:13:20 +0000 (02:13 +0200)
committerPavel P <pavlov.pavel@gmail.com>
Fri, 24 Jan 2025 00:13:20 +0000 (02:13 +0200)
lib/decompress/zstd_decompress_block.c

index ca504437676abfb925a8e24e092223c137b34b2a..862785a49c6853024d17df57c658c18566e56029 100644 (file)
@@ -1935,12 +1935,6 @@ ZSTD_decompressSequencesLong_bmi2(ZSTD_DCtx* dctx,
 
 #endif /* DYNAMIC_BMI2 */
 
-typedef size_t (*ZSTD_decompressSequences_t)(
-                            ZSTD_DCtx* dctx,
-                            void* dst, size_t maxDstSize,
-                            const void* seqStart, size_t seqSize, int nbSeq,
-                            const ZSTD_longOffset_e isLongOffset);
-
 #ifndef ZSTD_FORCE_DECOMPRESS_SEQUENCES_LONG
 static size_t
 ZSTD_decompressSequences(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize,