Remove accidentally committed line.

This commit is contained in:
David Chisnall
2019-07-05 17:01:35 +01:00
parent 2efcddfc3d
commit 8d216dca3e

View File

@@ -21,7 +21,7 @@
# include <emmintrin.h>
# 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__