diff options
| author | gingerBill <bill@gingerbill.org> | 2023-01-01 16:19:21 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2023-01-01 16:19:21 +0000 |
| commit | 5c519f0e8dada6b15166a257d22a07f2316a394f (patch) | |
| tree | aa5135b744aa618ef8d10828e87e585e994e8bb3 /src/common_memory.cpp | |
| parent | 74e6d9144e9a0afd9c29b0edec8c6ed2960efde4 (diff) | |
Remove the synchronization primitive init/destroy calls
Diffstat (limited to 'src/common_memory.cpp')
| -rw-r--r-- | src/common_memory.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common_memory.cpp b/src/common_memory.cpp index c8a62756a..2022554cf 100644 --- a/src/common_memory.cpp +++ b/src/common_memory.cpp @@ -42,8 +42,6 @@ gb_global BlockingMutex global_memory_allocator_mutex; gb_internal void platform_virtual_memory_init(void); gb_internal void virtual_memory_init(void) { - mutex_init(&global_memory_block_mutex); - mutex_init(&global_memory_allocator_mutex); platform_virtual_memory_init(); } |