summaryrefslogtreecommitdiff
path: root/gcc/function.c
diff options
context:
space:
mode:
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>2013-06-11 17:07:05 +0000
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>2013-06-11 17:07:05 +0000
commit5ef9352d96c560c6255fc8dcfc978e5a7d3dbfd5 (patch)
treea2d19fad3e4c9ffbe902ca67ac61392f88be1250 /gcc/function.c
parent20431bc85e99bd5eb4b4dbfa7a6991fdfda0bf1a (diff)
downloadgcc-5ef9352d96c560c6255fc8dcfc978e5a7d3dbfd5.tar.gz
* function.c (initial_trampoline): Remove stray copy.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@199962 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.c')
-rw-r--r--gcc/function.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/function.c b/gcc/function.c
index 39fa22a2c66..3e33fc70632 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -4980,8 +4980,6 @@ do_warn_unused_parameter (tree fn)
warning (OPT_Wunused_parameter, "unused parameter %q+D", decl);
}
-static GTY(()) rtx initial_trampoline;
-
/* Generate RTL for the end of the current function. */
void