Browse Source

Merge branch 'master' into freestanding_amd64

gingerBill 3 năm trước cách đây
mục cha
commit
a7ae197a55
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      core/runtime/core.odin

+ 0 - 1
core/runtime/core.odin

@@ -351,7 +351,6 @@ Context :: struct {
 	assertion_failure_proc: Assertion_Failure_Proc,
 	logger:                 Logger,
 
-	user_data:  any,
 	user_ptr:   rawptr,
 	user_index: int,