aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-pragma.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-pragma.c')
-rw-r--r--gcc/c-pragma.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/c-pragma.c b/gcc/c-pragma.c
index 618a0d6..bebeae7 100644
--- a/gcc/c-pragma.c
+++ b/gcc/c-pragma.c
@@ -31,15 +31,6 @@ Boston, MA 02111-1307, USA. */
#ifdef HANDLE_GENERIC_PRAGMAS
-#ifdef HANDLE_PRAGMA_PACK
-/* When structure field packing is in effect, this variable is the
- number of bits to use as the maximum alignment. When packing is not
- in effect, this is zero. */
-
-extern int maximum_field_alignment;
-#endif
-
-
#ifdef HANDLE_PRAGMA_PACK_PUSH_POP
typedef struct align_stack
{