diff options
Diffstat (limited to 'gcc/ch/expr.c')
-rw-r--r-- | gcc/ch/expr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ch/expr.c b/gcc/ch/expr.c index 01574ed..13e5bd8 100644 --- a/gcc/ch/expr.c +++ b/gcc/ch/expr.c @@ -3469,7 +3469,6 @@ compare_records (exp0, exp1) int have_variants = 0; tree result = boolean_true_node; - extern int maximum_field_alignment; if (TREE_CODE (type) != RECORD_TYPE) abort (); |