diff --git a/tools/qfcc/source/type.c b/tools/qfcc/source/type.c index d3f286597..d99a89cc4 100644 --- a/tools/qfcc/source/type.c +++ b/tools/qfcc/source/type.c @@ -817,8 +817,6 @@ type_assignable (const type_t *dst, const type_t *src) int type_size (const type_t *type) { - if (!type) - return 0; switch (type->type) { case ev_void: case ev_string: