summaryrefslogtreecommitdiffstats
path: root/include/exec/poison.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/exec/poison.h')
-rw-r--r--include/exec/poison.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/exec/poison.h b/include/exec/poison.h
index 7b9ac361dc..d7ae1f23e7 100644
--- a/include/exec/poison.h
+++ b/include/exec/poison.h
@@ -3,7 +3,6 @@
#ifndef HW_POISON_H
#define HW_POISON_H
-#ifdef __GNUC__
#pragma GCC poison TARGET_I386
#pragma GCC poison TARGET_X86_64
@@ -93,4 +92,3 @@
#pragma GCC poison CONFIG_SOFTMMU
#endif
-#endif