Browse Source

Merge branch 'master' into freestanding_amd64

gingerBill 3 years ago
parent
commit
a7ae197a55
1 changed files with 0 additions and 1 deletions
  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,
 	assertion_failure_proc: Assertion_Failure_Proc,
 	logger:                 Logger,
 	logger:                 Logger,
 
 
-	user_data:  any,
 	user_ptr:   rawptr,
 	user_ptr:   rawptr,
 	user_index: int,
 	user_index: int,