]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Remove Unused MEM_SKIP_MSAN Macro
authorW. Felix Handte <w@felixhandte.com>
Thu, 12 Sep 2019 22:24:44 +0000 (18:24 -0400)
committerW. Felix Handte <w@felixhandte.com>
Thu, 10 Oct 2019 17:40:16 +0000 (13:40 -0400)
lib/common/mem.h

index 2b115ddb6a3b019e25ce556fa69785c49eed4718..acc7231e968175bafdb090752dbecb451df4baec 100644 (file)
@@ -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