diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-07 13:59:50 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-07 13:59:50 +0000 |
commit | b534808423a891303813f50b4b0a98b009eeb3b2 (patch) | |
tree | 1aa444ce5ac9679aeb7eb9453b1cf64c488c1c39 /gcc/stor-layout.c | |
parent | ac8fc89a6274b3cbfd4feebeb89e9e35c2226512 (diff) | |
download | gcc-b534808423a891303813f50b4b0a98b009eeb3b2.tar.gz |
* stor-layout.c (set_alignment): Remove.
* tree.h: Remove the corresponding prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96018 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/stor-layout.c')
-rw-r--r-- | gcc/stor-layout.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index 66395a9c86b..a26d4d1c7d6 100644 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -47,10 +47,6 @@ unsigned int maximum_field_alignment = TARGET_DEFAULT_PACK_STRUCT * BITS_PER_UNI /* ... and its original value in bytes, specified via -fpack-struct=<value>. */ unsigned int initial_max_fld_align = TARGET_DEFAULT_PACK_STRUCT; -/* If nonzero, the alignment of a bitstring or (power-)set value, in bits. - May be overridden by front-ends. */ -unsigned int set_alignment = 0; - /* Nonzero if all REFERENCE_TYPEs are internal and hence should be allocated in Pmode, not ptr_mode. Set only by internal_reference_types called only by a front end. */ |