mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-15 18:32:22 -07:00
Remove the synchronization primitive init/destroy calls
This commit is contained in:
@@ -808,10 +808,6 @@ gb_internal void type_path_pop(TypePath *tp) {
|
||||
#define FAILURE_SIZE 0
|
||||
#define FAILURE_ALIGNMENT 0
|
||||
|
||||
gb_internal void init_type_mutex(void) {
|
||||
mutex_init(&g_type_mutex);
|
||||
}
|
||||
|
||||
gb_internal bool type_ptr_set_update(PtrSet<Type *> *s, Type *t) {
|
||||
if (ptr_set_exists(s, t)) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user