diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-01-14 17:53:28 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-01-14 17:53:28 +0000 |
commit | 103a83e0fabbc85f12580a3d09cdfd429d05cacf (patch) | |
tree | d73ece63efb05148b26c152c149811407644177a /gcc/langhooks-def.h | |
parent | b5a5beb9830357e16ca31590f68a73d59c95678d (diff) | |
download | gcc-103a83e0fabbc85f12580a3d09cdfd429d05cacf.tar.gz |
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/langhooks-def.h')
-rw-r--r-- | gcc/langhooks-def.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/langhooks-def.h b/gcc/langhooks-def.h index d036d84d481..f91d4312714 100644 --- a/gcc/langhooks-def.h +++ b/gcc/langhooks-def.h @@ -67,8 +67,6 @@ extern void lhd_register_builtin_type (tree, const char *); extern bool lhd_decl_ok_for_sibcall (tree); extern const char *lhd_comdat_group (tree); extern tree lhd_expr_size (tree); -extern bool lhd_decl_uninit (tree); -extern tree lhd_get_callee_fndecl (tree); extern size_t lhd_tree_size (enum tree_code); /* Declarations of default tree inlining hooks. */ |