mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Remove tag
This commit is contained in:
@@ -11,7 +11,7 @@ current_thread_id :: proc "contextless" () -> int {
|
|||||||
//
|
//
|
||||||
// A Mutex must not be copied after first use
|
// A Mutex must not be copied after first use
|
||||||
Mutex :: struct {
|
Mutex :: struct {
|
||||||
impl: _Mutex `This is a tag`,
|
impl: _Mutex,
|
||||||
}
|
}
|
||||||
|
|
||||||
// mutex_lock locks m
|
// mutex_lock locks m
|
||||||
|
|||||||
Reference in New Issue
Block a user