diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2022-03-12 10:47:52 +0000 |
|---|---|---|
| committer | gingerBill <gingerBill@users.noreply.github.com> | 2022-03-12 10:47:52 +0000 |
| commit | c12c7d53701e1ba9d110a9c4bd61fc2cb19a8fd1 (patch) | |
| tree | f3a0daa9f936f137dc5445bc73be6d0510311f9d /core/sync/sync2 | |
| parent | e6d3e893a594313b1bc26e7d56e91b701bc24f9c (diff) | |
Remove tag
Diffstat (limited to 'core/sync/sync2')
| -rw-r--r-- | core/sync/sync2/primitives.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sync/sync2/primitives.odin b/core/sync/sync2/primitives.odin index 046ecbc35..6d056d439 100644 --- a/core/sync/sync2/primitives.odin +++ b/core/sync/sync2/primitives.odin @@ -11,7 +11,7 @@ current_thread_id :: proc "contextless" () -> int { // // A Mutex must not be copied after first use Mutex :: struct { - impl: _Mutex `This is a tag`, + impl: _Mutex, } // mutex_lock locks m |