From 319143e4b7ca7dcf2c19eff4040080290d2ca1bc Mon Sep 17 00:00:00 2001 From: gingerBill Date: Mon, 3 Aug 2026 14:42:44 +0100 Subject: [PATCH] Minor style cleanup --- base/runtime/core_builtin_soa.odin | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/base/runtime/core_builtin_soa.odin b/base/runtime/core_builtin_soa.odin index 737aecd9f..b7a36e248 100644 --- a/base/runtime/core_builtin_soa.odin +++ b/base/runtime/core_builtin_soa.odin @@ -497,11 +497,9 @@ _append_soa_elems :: proc(#no_alias array: ^$T/#soa[dynamic]$E, zero_memory: boo // do nothing } else when FIELD_COUNT <= 16 && ODIN_OPTIMIZATION_MODE <= .Size { // Use the compiler's #soa element store lowering. - // Note that #no_bounds_check is not optional, we write at index == len. - #no_bounds_check { - for j in 0..