diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-11-14 12:53:30 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-11-14 12:53:30 +0000 |
commit | 29eb4ac9ad2c2429469e965192c9021a0f250781 (patch) | |
tree | 35c56416f888923b533b8b1bcb57d4f9a406e695 /gcc/c-common.h | |
parent | 6b870fa9f4de2ec9f2c30caae5f9af662ab1697c (diff) | |
download | gcc-29eb4ac9ad2c2429469e965192c9021a0f250781.zip gcc-29eb4ac9ad2c2429469e965192c9021a0f250781.tar.gz gcc-29eb4ac9ad2c2429469e965192c9021a0f250781.tar.bz2 |
c-common.c (walk_stmt_tree): Remove.
* c-common.c (walk_stmt_tree): Remove.
* c-common.h: Remove the corresponding prototype.
From-SVN: r90618
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 1406177..8a78870 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 *); |