diff options
Diffstat (limited to 'gcc/alloc-pool.c')
-rw-r--r-- | gcc/alloc-pool.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/alloc-pool.c b/gcc/alloc-pool.c index e247b14..1315b12 100644 --- a/gcc/alloc-pool.c +++ b/gcc/alloc-pool.c @@ -54,11 +54,8 @@ typedef struct allocation_object_def the following elements are here. They are never accessed so the allocated object may be even smaller than this structure. */ char *align_p; - double align_d; HOST_WIDEST_INT align_i; -#ifdef HAVE_LONG_DOUBLE long double align_ld; -#endif } u; } allocation_object; |