From c8685a83fd29bfe756417dfda5ddf7a22161f83a Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 14 Nov 2004 12:53:30 +0000 Subject: * 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 --- gcc/c-common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/c-common.h') 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 *); -- cgit v1.2.3