From: Brendan Hansen Date: Sat, 17 Apr 2021 15:08:09 +0000 (-0500) Subject: left a DEBUG_HERE and never tested on linux X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=8f398c8acdf7b4b902fa9faaac5df822ed0a5c0d;p=onyx.git left a DEBUG_HERE and never tested on linux --- diff --git a/bin/onyx b/bin/onyx index 017ab498..c7d579b5 100755 Binary files a/bin/onyx and b/bin/onyx differ diff --git a/src/onyxtypes.c b/src/onyxtypes.c index 22b41072..7d2a5c61 100644 --- a/src/onyxtypes.c +++ b/src/onyxtypes.c @@ -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;