From: W. Felix Handte Date: Thu, 12 Sep 2019 22:24:44 +0000 (-0400) Subject: Remove Unused MEM_SKIP_MSAN Macro X-Git-Tag: v1.4.4~1^2~24^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc1fb684bfbd5bd1400226cb2c9ee69084782a90;p=thirdparty%2Fzstd.git Remove Unused MEM_SKIP_MSAN Macro --- diff --git a/lib/common/mem.h b/lib/common/mem.h index 2b115ddb6..acc7231e9 100644 --- a/lib/common/mem.h +++ b/lib/common/mem.h @@ -74,12 +74,6 @@ void __msan_poison(const volatile void *a, size_t size); intptr_t __msan_test_shadow(const volatile void *x, size_t size); #endif -#if defined (MEMORY_SANITIZER) -# define MEM_SKIP_MSAN __attribute__((no_sanitize("memory"))) -#else -# define MEM_SKIP_MSAN -#endif - /*-************************************************************** * Basic Types