aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/init.c')
-rw-r--r--gcc/cp/init.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/cp/init.c b/gcc/cp/init.c
index 7989155..3b30779 100644
--- a/gcc/cp/init.c
+++ b/gcc/cp/init.c
@@ -904,11 +904,8 @@ void
expand_member_init (exp, name, init)
tree exp, name, init;
{
- extern tree ptr_type_node; /* should be in tree.h */
-
tree basetype = NULL_TREE, field;
- tree parm;
- tree rval = NULL_TREE, type;
+ tree type;
if (exp == NULL_TREE)
return; /* complain about this later */