commit e703cf33b768fa08ab5b26ca5f85eba756212088
parent 9b5f080eb2ecc01e6aebe3d900c893519b0cc402
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Tue, 4 Aug 2015 09:57:21 +0200
Remove unneeded internal check
This check had a consecutive call to error(), so it will
always notified, even without the internal check.
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/cc1/types.c b/cc1/types.c
@@ -257,8 +257,6 @@ ctype(unsigned type, unsigned sign, unsigned size)
}
break;
}
- fputs("internal type error, aborting\n", stderr);
- abort();
invalid_type:
error("invalid type specification");