mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Remove breakpoint hook
This commit is contained in:
@@ -1416,7 +1416,6 @@ gb_internal bool is_polymorphic_type_assignable(CheckerContext *c, Type *poly, T
|
|||||||
break;
|
break;
|
||||||
case StructSoa_Fixed:
|
case StructSoa_Fixed:
|
||||||
if (modify_type) {
|
if (modify_type) {
|
||||||
bool breakpoint = true;
|
|
||||||
Type *type = make_soa_struct_fixed(c, nullptr, poly->Struct.node, poly->Struct.soa_elem, poly->Struct.soa_count, nullptr);
|
Type *type = make_soa_struct_fixed(c, nullptr, poly->Struct.node, poly->Struct.soa_elem, poly->Struct.soa_count, nullptr);
|
||||||
gb_memmove(poly, type, gb_size_of(*type));
|
gb_memmove(poly, type, gb_size_of(*type));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user