diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-14 12:53:30 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-14 12:53:30 +0000 |
commit | c8685a83fd29bfe756417dfda5ddf7a22161f83a (patch) | |
tree | 35c56416f888923b533b8b1bcb57d4f9a406e695 /gcc/c-common.h | |
parent | 3976d0de4b45cb17cc9e74d55a663278b8f9aa3f (diff) | |
download | gcc-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.h | 1 |
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 *); |