summaryrefslogtreecommitdiff
path: root/gcc/c-common.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-14 12:53:30 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-14 12:53:30 +0000
commitc8685a83fd29bfe756417dfda5ddf7a22161f83a (patch)
tree35c56416f888923b533b8b1bcb57d4f9a406e695 /gcc/c-common.h
parent3976d0de4b45cb17cc9e74d55a663278b8f9aa3f (diff)
downloadgcc-c8685a83fd29bfe756417dfda5ddf7a22161f83a.tar.gz
* c-common.c (walk_stmt_tree): Remove.
* c-common.h: Remove the corresponding prototype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90618 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r--gcc/c-common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h
index 1406177514e..8a788702682 100644
--- a/gcc/c-common.h
+++ b/gcc/c-common.h
@@ -299,7 +299,6 @@ extern tree pop_stmt_list (tree);
extern tree add_stmt (tree);
extern void push_cleanup (tree, tree, bool);
-extern tree walk_stmt_tree (tree *, walk_tree_fn, void *);
extern int c_expand_decl (tree);
extern int field_decl_cmp (const void *, const void *);