From 521ed286321a30e5742a432effefb2c98b9484a7 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Tue, 6 Dec 2022 19:57:41 +0000 Subject: [PATCH] Keep `-vet` happy --- core/runtime/dynamic_map_internal.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/runtime/dynamic_map_internal.odin b/core/runtime/dynamic_map_internal.odin index 0afe05f1c..fb4ad29a9 100644 --- a/core/runtime/dynamic_map_internal.odin +++ b/core/runtime/dynamic_map_internal.odin @@ -644,7 +644,7 @@ map_erase_dynamic :: #force_inline proc "contextless" (#no_alias m: ^Raw_Map, #n // TODO(bill): determine a good value for this empirically // if we do not implement backward shift deletion PROBE_COUNT :: 8 - for i in 0..