Browse Source

Remove `@(require_results)` from one procedure

gingerBill 2 years ago
parent
commit
4cb16db4e9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      core/reflect/reflect.odin

+ 0 - 1
core/reflect/reflect.odin

@@ -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 }