From 8d216dca3e2c98d1cd6922cdab91883bef74bc78 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Fri, 5 Jul 2019 17:01:35 +0100 Subject: [PATCH] Remove accidentally committed line. --- src/ds/bits.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ds/bits.h b/src/ds/bits.h index 2503606..e6721cd 100644 --- a/src/ds/bits.h +++ b/src/ds/bits.h @@ -21,7 +21,7 @@ # include # define ALWAYSINLINE __attribute__((always_inline)) # define NOINLINE __attribute__((noinline)) -# define SNMALLOC_SLOW_PATH NOINLINE __attribute__((section(".text,slow"))) +# define SNMALLOC_SLOW_PATH NOINLINE # define SNMALLOC_FAST_PATH inline ALWAYSINLINE # define SNMALLOC_PURE __attribute__((const)) # ifdef __clang__