aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ggc-simple.c')
-rw-r--r--gcc/ggc-simple.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/ggc-simple.c b/gcc/ggc-simple.c
index 4bcc099..488df3a 100644
--- a/gcc/ggc-simple.c
+++ b/gcc/ggc-simple.c
@@ -86,11 +86,7 @@ struct ggc_mem
/* Make sure the data is reasonably aligned. */
union {
HOST_WIDEST_INT i;
-#ifdef HAVE_LONG_DOUBLE
long double d;
-#else
- double d;
-#endif
} u;
};