aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2013-06-11 17:07:05 +0000
committerDavid Malcolm <dmalcolm@gcc.gnu.org>2013-06-11 17:07:05 +0000
commit783f2d35d457bf98b2cdd1a4f8f6f954031117eb (patch)
treea2d19fad3e4c9ffbe902ca67ac61392f88be1250 /gcc/function.c
parent7af26def217889b64df149aa22365a8078e990e9 (diff)
downloadgcc-783f2d35d457bf98b2cdd1a4f8f6f954031117eb.zip
gcc-783f2d35d457bf98b2cdd1a4f8f6f954031117eb.tar.gz
gcc-783f2d35d457bf98b2cdd1a4f8f6f954031117eb.tar.bz2
function.c (initial_trampoline): Remove stray copy.
* function.c (initial_trampoline): Remove stray copy. From-SVN: r199962
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 39fa22a..3e33fc7 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