summaryrefslogtreecommitdiff
path: root/src/stdio/_stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/_stdio.h')
-rw-r--r--src/stdio/_stdio.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stdio/_stdio.h b/src/stdio/_stdio.h
index 6302ee83..80e25546 100644
--- a/src/stdio/_stdio.h
+++ b/src/stdio/_stdio.h
@@ -20,8 +20,6 @@
#define f_is_open(s) (s && (s->bmode != 0))
-#define GCC_SSE_HACK __attribute__((noinline, target("no-sse")))
-
#define ORIENT_WIDE (1)
#define ORIENT_BYTE (-1)