Remove #opaque types

This commit is contained in:
gingerBill
2021-02-23 15:45:06 +00:00
parent 28f279329d
commit 41b854f192
23 changed files with 2 additions and 262 deletions
-3
View File
@@ -345,9 +345,6 @@ print_type :: proc "contextless" (ti: ^Type_Info) {
}
print_byte(']');
case Type_Info_Opaque:
print_string("#opaque ");
print_type(info.elem);
case Type_Info_Simd_Vector:
if info.is_x86_mmx {