summaryrefslogtreecommitdiffstats
path: root/gcc/targhooks.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-19 11:06:26 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-19 11:06:26 +0000
commitaab59902c1fbd410fc286316ffc2033e49aa03de (patch)
treeee9485e15b966266d2907c08b8e4331026f82493 /gcc/targhooks.c
parent1c4e8019d4e8706b97f557972de25fb881683e62 (diff)
downloadppe42-gcc-aab59902c1fbd410fc286316ffc2033e49aa03de.tar.gz
ppe42-gcc-aab59902c1fbd410fc286316ffc2033e49aa03de.zip
* hooks.c (hook_void_tree_int): Remove.
(hook_void_constcharptr): Likewise. (hook_int_void_0): Likewise. * hooks.h: Remove the prototypes for the above three functions. * targhooks.c (hook_bool_machine_mode_true): Remove. * targhooks.h: Remove the prototype for hook_bool_machine_mode_true. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78093 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/targhooks.c')
-rw-r--r--gcc/targhooks.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/targhooks.c b/gcc/targhooks.c
index a2c8273a517..03735a64eda 100644
--- a/gcc/targhooks.c
+++ b/gcc/targhooks.c
@@ -126,11 +126,3 @@ hook_bool_CUMULATIVE_ARGS_true (CUMULATIVE_ARGS * a ATTRIBUTE_UNUSED)
{
return true;
}
-
-/* Generic hook that takes a machine mode and returns true. */
-
-bool
-hook_bool_machine_mode_true (enum machine_mode a ATTRIBUTE_UNUSED)
-{
- return true;
-}
OpenPOWER on IntegriCloud