Remove unused variable

This commit is contained in:
gingerBill
2026-06-15 21:58:46 +01:00
parent 14fd4617f9
commit c53d4ba69e

View File

@@ -529,7 +529,7 @@ run_test :: proc(t: Test) -> bool {
// =========================================================================
if len(code_to_decode) > 0 {
byte_count, ok := x86.decode(
_, ok := x86.decode(
code_to_decode,
nil,
&decoded_insts,