diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-01-28 23:26:38 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-01-28 23:26:38 +0000 |
commit | 7b2352d90d229c249a942ac9a501c28cd289e01e (patch) | |
tree | c24d41339ea5bd994a182121af777a78e73a0d69 /gcc/hooks.h | |
parent | 74fa0285457b8a4eaad7425f59c93b12334bc392 (diff) | |
download | gcc-7b2352d90d229c249a942ac9a501c28cd289e01e.zip gcc-7b2352d90d229c249a942ac9a501c28cd289e01e.tar.gz gcc-7b2352d90d229c249a942ac9a501c28cd289e01e.tar.bz2 |
hooks.c (hook_bool_rtx_int_false): Remove.
* hooks.c (hook_bool_rtx_int_false): Remove.
* hooks.h: Remove the prototype for hook_bool_rtx_int_false.
From-SVN: r110348
Diffstat (limited to 'gcc/hooks.h')
-rw-r--r-- | gcc/hooks.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/hooks.h b/gcc/hooks.h index eab42ab..180b158 100644 --- a/gcc/hooks.h +++ b/gcc/hooks.h @@ -35,7 +35,6 @@ extern bool hook_bool_tree_hwi_hwi_tree_false (tree, HOST_WIDE_INT, HOST_WIDE_IN extern bool hook_bool_tree_hwi_hwi_tree_true (tree, HOST_WIDE_INT, HOST_WIDE_INT, tree); extern bool hook_bool_rtx_false (rtx); -extern bool hook_bool_rtx_int_false (rtx, int); extern bool hook_bool_uintp_uintp_false (unsigned int *, unsigned int *); extern bool hook_bool_rtx_int_int_intp_false (rtx, int, int, int *); extern bool hook_bool_constcharptr_size_t_false (const char *, size_t); |