aboutsummaryrefslogtreecommitdiff
path: root/gcc/targhooks.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-01-14 17:53:28 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-01-14 17:53:28 +0000
commit103a83e0fabbc85f12580a3d09cdfd429d05cacf (patch)
treed73ece63efb05148b26c152c149811407644177a /gcc/targhooks.h
parentb5a5beb9830357e16ca31590f68a73d59c95678d (diff)
downloadgcc-103a83e0fabbc85f12580a3d09cdfd429d05cacf.zip
gcc-103a83e0fabbc85f12580a3d09cdfd429d05cacf.tar.gz
gcc-103a83e0fabbc85f12580a3d09cdfd429d05cacf.tar.bz2
c-tree.h, [...]: Remove unused prototypes.
* c-tree.h, coverage.h, langhooks-def.h, optabs.h, output.h, rtl.h, targhooks.h, tree-flow.h, tree-mudflap.h, tree.h: Remove unused prototypes. From-SVN: r93651
Diffstat (limited to 'gcc/targhooks.h')
-rw-r--r--gcc/targhooks.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/targhooks.h b/gcc/targhooks.h
index 9c0b173..fb16245 100644
--- a/gcc/targhooks.h
+++ b/gcc/targhooks.h
@@ -46,8 +46,6 @@ extern void default_unwind_emit (FILE *, rtx);
extern bool default_scalar_mode_supported_p (enum machine_mode);
-extern bool default_vect_misaligned_mem_ok (enum machine_mode);
-
/* These are here, and not in hooks.[ch], because not all users of
hooks.h include tm.h, and thus we don't have CUMULATIVE_ARGS. */