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) {