mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-29 09:24:33 +00:00
Remove the synchronization primitive init/destroy calls
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
gb_global BlockingMutex string_buffer_mutex = {};
|
||||
|
||||
gb_internal void init_string_buffer_memory(void) {
|
||||
mutex_init(&string_buffer_mutex);
|
||||
}
|
||||
|
||||
|
||||
// NOTE(bill): Used for UTF-8 strings
|
||||
struct String {
|
||||
u8 * text;
|
||||
|
||||
Reference in New Issue
Block a user