aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-01-14 17:53:28 +0000
committerKazu Hirata <kazu@cs.umass.edu>2005-01-14 17:53:28 +0000
commit46a5783906fd1f7995f765cf868a1dfca78aefc1 (patch)
treed73ece63efb05148b26c152c149811407644177a /gcc/c-tree.h
parent455690edb9352f05bb6f0afadb8a0c769ed8110d (diff)
* 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: https://gcc.gnu.org/svn/gcc/trunk@93651 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-tree.h')
-rw-r--r--gcc/c-tree.h1
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 *);