aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/method.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/method.c')
-rw-r--r--gcc/cp/method.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cp/method.c b/gcc/cp/method.c
index d0e3c41bf00..707743bf3f5 100644
--- a/gcc/cp/method.c
+++ b/gcc/cp/method.c
@@ -2262,7 +2262,6 @@ use_thunk (thunk_fndecl, emit_p)
DECL_RESULT (thunk_fndecl) = NULL_TREE;
start_function (NULL_TREE, thunk_fndecl, NULL_TREE, SF_PRE_PARSED);
- store_parm_decls ();
/* Adjust the this pointer by the constant. */
t = ssize_int (delta);
@@ -2534,7 +2533,6 @@ synthesize_method (fndecl)
interface_unknown = 1;
start_function (NULL_TREE, fndecl, NULL_TREE, SF_DEFAULT | SF_PRE_PARSED);
- store_parm_decls ();
clear_last_expr ();
if (DECL_OVERLOADED_OPERATOR_P (fndecl) == NOP_EXPR)