Remove @(require_results) from one procedure

This commit is contained in:
gingerBill
2023-01-30 12:51:56 +00:00
parent 338d483682
commit 4cb16db4e9

View File

@@ -850,7 +850,6 @@ set_union_variant_type_info :: proc(a: any, tag_ti: ^Type_Info) {
panic("expected a union to reflect.set_union_variant_type_info")
}
@(require_results)
set_union_value :: proc(dst: any, value: any) -> bool {
if dst == nil { return false }