diff options
author | dmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-06-11 17:07:05 +0000 |
---|---|---|
committer | dmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-06-11 17:07:05 +0000 |
commit | 5ef9352d96c560c6255fc8dcfc978e5a7d3dbfd5 (patch) | |
tree | a2d19fad3e4c9ffbe902ca67ac61392f88be1250 /gcc/function.c | |
parent | 20431bc85e99bd5eb4b4dbfa7a6991fdfda0bf1a (diff) | |
download | gcc-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.c | 2 |
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 |