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.
This commit is contained in:
Carl Woffenden
2022-11-19 19:04:08 +01:00
parent 0168914490
commit 0547c3d3f8
-1
View File
@@ -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);
}