소스 검색

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,