From: Pavel P Date: Thu, 22 Jan 2026 16:43:43 +0000 (+0200) Subject: Remove unnecessary CHUNK_SIZE define - rm last ref X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efafe02d0789c917487c63908cd05fac6ff92b93;p=thirdparty%2Fzlib-ng.git Remove unnecessary CHUNK_SIZE define - rm last ref --- diff --git a/arch/riscv/chunkset_rvv.c b/arch/riscv/chunkset_rvv.c index c07d33007..48776360e 100644 --- a/arch/riscv/chunkset_rvv.c +++ b/arch/riscv/chunkset_rvv.c @@ -10,8 +10,6 @@ * RISC-V glibc would enable RVV optimized memcpy at runtime by IFUNC, * so we prefer using large size chunk and copy memory as much as possible. */ -#define CHUNK_SIZE 32 - #define HAVE_CHUNKMEMSET_2 #define HAVE_CHUNKMEMSET_4 #define HAVE_CHUNKMEMSET_8