From 5fadd8e6b1229e3116ba53a8cd34b678df403d97 Mon Sep 17 00:00:00 2001 From: Joseph Chen Date: Wed, 15 May 2024 10:47:50 +0800 Subject: [PATCH] revert FSE_readNCount_body attribute --- lib/common/entropy_common.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/common/entropy_common.c b/lib/common/entropy_common.c index abc8b543e..e2173afb0 100644 --- a/lib/common/entropy_common.c +++ b/lib/common/entropy_common.c @@ -38,11 +38,7 @@ const char* HUF_getErrorName(size_t code) { return ERR_getErrorName(code); } /*-************************************************************** * FSE NCount encoding-decoding ****************************************************************/ -#if defined(__IAR_SYSTEMS_ICC__) -MEM_STATIC -#else FORCE_INLINE_TEMPLATE -#endif size_t FSE_readNCount_body(short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, const void* headerBuffer, size_t hbSize) { -- 2.47.2