aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--type.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/type.c b/type.c
index fef891d..87f8094 100644
--- a/type.c
+++ b/type.c
@@ -131,8 +131,6 @@ typecompatible(struct type *t1, struct type *t2)
t1->basic.issigned == t2->basic.issigned;
}
switch (t1->kind) {
- case TYPEVOID:
- return true;
case TYPEPOINTER:
goto derived;
case TYPEARRAY: