Remove string literals.

This commit is contained in:
Christoffer Lerno
2021-12-09 02:15:05 +01:00
parent 4bc47a195b
commit e54679c01e
23 changed files with 113 additions and 116 deletions

View File

@@ -210,7 +210,6 @@ bool type_is_homogenous_aggregate(Type *type, Type **base, unsigned *elements)
case TYPE_VOID:
case TYPE_TYPEID:
case TYPE_FUNC:
case TYPE_STRLIT:
case TYPE_SUBARRAY:
case CT_TYPES:
case TYPE_FAILABLE_ANY: