From: Carl Woffenden Date: Sat, 19 Nov 2022 18:04:08 +0000 (+0100) Subject: Random edit to re-run the CI X-Git-Tag: v1.5.4^2~127^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3320%2Fhead;p=thirdparty%2Fzstd.git Random edit to re-run the CI I don't believe the (x64) Mac failure is related to error since it would take the SSE path. --- diff --git a/lib/compress/zstd_lazy.c b/lib/compress/zstd_lazy.c index a12e5a43e..d5a7b5cbf 100644 --- a/lib/compress/zstd_lazy.c +++ b/lib/compress/zstd_lazy.c @@ -2123,7 +2123,6 @@ size_t ZSTD_compressBlock_lazy_extDict_row( size_t ZSTD_compressBlock_lazy2_extDict_row( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) - { return ZSTD_compressBlock_lazy_extDict_generic(ms, seqStore, rep, src, srcSize, search_rowHash, 2); }