diff options
| author | gingerBill <bill@gingerbill.org> | 2021-08-27 12:14:51 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-08-27 12:14:51 +0100 |
| commit | b88e9452685f9e2c0d9dd1ba0609f5158252c45b (patch) | |
| tree | 4622847a692a61d335571b1d6d92b8eb823e5b70 /src/main.cpp | |
| parent | bf56e3ea8dab1da71d54de320007147ae969b78f (diff) | |
`ERROR_BLOCK()` any usages of "Did you mean?" like behaviour whilst iterating across a scope entry map
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 7ef4a6bbb..4edbc0420 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2019,7 +2019,6 @@ int main(int arg_count, char const **arg_ptr) { virtual_memory_init(); mutex_init(&fullpath_mutex); mutex_init(&hash_exact_value_mutex); - mutex_init(&did_you_mean_mutex); init_string_buffer_memory(); init_string_interner(); |