aboutsummaryrefslogtreecommitdiff
path: root/gcc/hooks.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2015-05-11 16:33:23 -0700
committerRichard Henderson <rth@gcc.gnu.org>2015-05-11 16:33:23 -0700
commit7ca35180e923e40e8de6df1953c9177d22eae665 (patch)
treecaa8a966e2b428095382916220510834997b1c60 /gcc/hooks.c
parent15a85b055d38e8f0000da08d80e143a89ecb827e (diff)
downloadgcc-7ca35180e923e40e8de6df1953c9177d22eae665.zip
gcc-7ca35180e923e40e8de6df1953c9177d22eae665.tar.gz
gcc-7ca35180e923e40e8de6df1953c9177d22eae665.tar.bz2
Convert to md_asm_adjust
Using proper vectors instead of lists of trees. From-SVN: r223025
Diffstat (limited to 'gcc/hooks.c')
-rw-r--r--gcc/hooks.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/hooks.c b/gcc/hooks.c
index 824aeb0..92a2141 100644
--- a/gcc/hooks.c
+++ b/gcc/hooks.c
@@ -378,14 +378,6 @@ hook_uint_mode_0 (machine_mode m ATTRIBUTE_UNUSED)
return 0;
}
-/* Generic hook that takes three trees and returns the last one as is. */
-tree
-hook_tree_tree_tree_tree_3rd_identity (tree a ATTRIBUTE_UNUSED,
- tree b ATTRIBUTE_UNUSED, tree c)
-{
- return c;
-}
-
/* Generic hook that takes no arguments and returns a NULL const string. */
const char *
hook_constcharptr_void_null (void)