diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-14 17:53:28 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-14 17:53:28 +0000 |
commit | 32f2c8ec4a9e2056720d94d81624bf6975ef7221 (patch) | |
tree | d73ece63efb05148b26c152c149811407644177a /gcc/langhooks-def.h | |
parent | eb399bb7366280bb4ad4f3b8fb9e27543dce1199 (diff) | |
download | gcc-32f2c8ec4a9e2056720d94d81624bf6975ef7221.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93651 138bc75d-0d04-0410-961f-82ee72b054a4
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. */ |