浏览代码

Merge branch 'master' into freestanding_amd64

gingerBill 3 年之前
父节点
当前提交
a7ae197a55
共有 1 个文件被更改,包括 0 次插入1 次删除
  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,