aboutsummaryrefslogtreecommitdiff
path: root/core/runtime
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-02-28 13:02:31 +0000
committergingerBill <bill@gingerbill.org>2022-02-28 13:02:31 +0000
commita7ae197a5543ab2c4105db07660831d53a50e71e (patch)
treee066b2cae304020864142658823da58396dd422b /core/runtime
parent37bba4c0a6b98f38a3160c9508bc55a6cb8ea7f1 (diff)
parent3c72cb67d3f031a71152aadc480f5838d1833228 (diff)
Merge branch 'master' into freestanding_amd64
Diffstat (limited to 'core/runtime')
-rw-r--r--core/runtime/core.odin1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/runtime/core.odin b/core/runtime/core.odin
index 229d70417..8d315a238 100644
--- a/core/runtime/core.odin
+++ b/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,