aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/error.c')
-rw-r--r--gcc/cp/error.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cp/error.c b/gcc/cp/error.c
index 9905e25..1220119 100644
--- a/gcc/cp/error.c
+++ b/gcc/cp/error.c
@@ -744,7 +744,6 @@ dump_decl (tree t, int flags)
/* Else fall through. */
case FIELD_DECL:
case PARM_DECL:
- case ALIAS_DECL:
dump_simple_decl (t, TREE_TYPE (t), flags);
break;