summaryrefslogtreecommitdiff
path: root/symbol.c
diff options
context:
space:
mode:
Diffstat (limited to 'symbol.c')
-rw-r--r--symbol.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/symbol.c b/symbol.c
index d8a8b49f..5ac5656d 100644
--- a/symbol.c
+++ b/symbol.c
@@ -497,8 +497,6 @@ print_vars(NODE **table, int (*print_func)(FILE *, const char *, ...), FILE *fp)
print_func(fp, "untyped variable\n");
else if (r->type == Node_var)
valinfo(r->var_value, print_func, fp);
- else
- cant_happen("unexpected node type: %s", nodetype2str(r->type));
}
}