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/c-tree.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/c-tree.h')
-rw-r--r-- | gcc/c-tree.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h index 43001ca0aa5..f684e13bd8e 100644 --- a/gcc/c-tree.h +++ b/gcc/c-tree.h @@ -434,7 +434,6 @@ extern int c_cannot_inline_tree_fn (tree *); extern bool c_objc_common_init (void); extern bool c_missing_noreturn_ok_p (tree); extern tree c_objc_common_truthvalue_conversion (tree expr); -extern int defer_fn (tree); extern bool c_warn_unused_global_decl (tree); extern void c_initialize_diagnostics (diagnostic_context *); |