From 0547c3d3f89d6b4785cf095bd07cd4cad9c576a9 Mon Sep 17 00:00:00 2001 From: Carl Woffenden Date: Sat, 19 Nov 2022 19:04:08 +0100 Subject: [PATCH] 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. --- lib/compress/zstd_lazy.c | 1 - 1 file changed, 1 deletion(-) 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); } -- 2.47.2