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/build_settings.cpp | |
| parent | 74e6d9144e9a0afd9c29b0edec8c6ed2960efde4 (diff) | |
Remove the synchronization primitive init/destroy calls
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index 080e9dddc..97b512b81 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -1363,7 +1363,6 @@ gb_internal bool init_build_paths(String init_filename) { array_init(&bc->build_paths, permanent_allocator(), BuildPathCOUNT); string_set_init(&bc->target_features_set, heap_allocator(), 1024); - mutex_init(&bc->target_features_mutex); // [BuildPathMainPackage] Turn given init path into a `Path`, which includes normalizing it into a full path. bc->build_paths[BuildPath_Main_Package] = path_from_string(ha, init_filename); |