aboutsummaryrefslogtreecommitdiff
path: root/gcc/hooks.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/hooks.c')
-rw-r--r--gcc/hooks.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/hooks.c b/gcc/hooks.c
index 9470a4d84c6..d091583a2d3 100644
--- a/gcc/hooks.c
+++ b/gcc/hooks.c
@@ -55,13 +55,6 @@ hook_int_void_no_regs (void)
return NO_REGS;
}
-/* Generic hook that returns 1. */
-int
-hook_int_void_1 (void)
-{
- return 1;
-}
-
/* Generic hook that takes (bool) and returns false. */
bool
hook_bool_bool_false (bool a ATTRIBUTE_UNUSED)
@@ -152,11 +145,6 @@ hook_uint_uint_constcharptrptr_0 (unsigned int a ATTRIBUTE_UNUSED,
}
void
-hook_void_int (int b ATTRIBUTE_UNUSED)
-{
-}
-
-void
hook_void_tree (tree a ATTRIBUTE_UNUSED)
{
}