diff options
Diffstat (limited to 'gcc/config/i370/i370.h')
-rw-r--r-- | gcc/config/i370/i370.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/i370/i370.h b/gcc/config/i370/i370.h index dcfd46372f9..88656d13834 100644 --- a/gcc/config/i370/i370.h +++ b/gcc/config/i370/i370.h @@ -43,10 +43,6 @@ extern char *mvs_function_name; extern int mvs_function_name_length; -/* The amount of space used for outgoing arguments. */ - -extern int current_function_outgoing_args_size; - /* Compile using char instructions (mvc, nc, oc, xc). On 4341 use this since these are more than twice as fast as load-op-store. On 3090 don't use this since load-op-store is much faster. */ |