diff options
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/function.c b/gcc/function.c index 015ad13..ec7c2e3 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -3828,8 +3828,6 @@ allocate_struct_function (tree fndecl) current_function_returns_struct = 1; } - current_function_returns_pointer = POINTER_TYPE_P (TREE_TYPE (result)); - current_function_stdarg = (fntype && TYPE_ARG_TYPES (fntype) != 0 |