diff options
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/s390/s390.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/s390/s390.h b/gcc/config/s390/s390.h index 9cba97ec69b..bec01200677 100644 --- a/gcc/config/s390/s390.h +++ b/gcc/config/s390/s390.h @@ -521,7 +521,6 @@ extern const enum reg_class regclass_map[FIRST_PSEUDO_REGISTER]; /* Offset from the stack pointer register to an item dynamically allocated on the stack, e.g., by `alloca'. */ -extern int crtl->outgoing_args_size; #define STACK_DYNAMIC_OFFSET(FUNDECL) \ (STACK_POINTER_OFFSET + crtl->outgoing_args_size) |