left a DEBUG_HERE and never tested on linux
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Sat, 17 Apr 2021 15:08:09 +0000 (10:08 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Sat, 17 Apr 2021 15:08:09 +0000 (10:08 -0500)
bin/onyx
src/onyxtypes.c

index 017ab498207acb1864d030761249f541d72d47d4..c7d579b5b06ced6b2e0f836ae578b5c7911d6af0 100755 (executable)
Binary files a/bin/onyx and b/bin/onyx differ
index 22b410726d546b2f5c6606dc8552e883519fa5a3..7d2a5c61063d71bbd0c5c686352242325be2425b 100644 (file)
@@ -1028,7 +1028,6 @@ b32 type_is_sl_constructable(Type* type) {
 }
 
 b32 type_struct_constructed_from_poly_struct(Type* struct_type, struct AstType* from) {
-    DEBUG_HERE;
     if (struct_type->kind != Type_Kind_Struct) return 0;
 
     return struct_type->Struct.constructed_from == from;