aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-10-08 19:57:18 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-10-08 19:57:18 +0000
commitf5bb9a233a8d229d209b09d722140014b5320b44 (patch)
tree41cb5b6625e1dcbcfe268ce995ce90c6e7abe34a /gcc/tree.h
parent2a9772e3f82d2dc90ab56076f31fb29cb8f450da (diff)
downloadgcc-f5bb9a233a8d229d209b09d722140014b5320b44.zip
gcc-f5bb9a233a8d229d209b09d722140014b5320b44.tar.gz
gcc-f5bb9a233a8d229d209b09d722140014b5320b44.tar.bz2
stmt.c (expand_decl_init): Remove.
* stmt.c (expand_decl_init): Remove. * tree.h: Remove the corresponding prototype. From-SVN: r88788
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 637fab7..89771af 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -3466,7 +3466,6 @@ extern bool commutative_tree_code (enum tree_code);
extern void expand_expr_stmt (tree);
extern void expand_expr_stmt_value (tree, int, int);
extern int warn_if_unused_value (tree, location_t);
-extern void expand_decl_init (tree);
extern void expand_label (tree);
extern void expand_goto (tree);
extern void expand_asm (tree, int);