diff options
Diffstat (limited to 'gcc/ggc-page.c')
-rw-r--r-- | gcc/ggc-page.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/ggc-page.c b/gcc/ggc-page.c index 929ef8e..4a23d01 100644 --- a/gcc/ggc-page.c +++ b/gcc/ggc-page.c @@ -200,11 +200,7 @@ struct max_alignment { char c; union { HOST_WIDEST_INT i; -#ifdef HAVE_LONG_DOUBLE long double d; -#else - double d; -#endif } u; }; |