From c53d4ba69e201c0155261b30767d23b91589e87e Mon Sep 17 00:00:00 2001 From: gingerBill Date: Mon, 15 Jun 2026 21:58:46 +0100 Subject: [PATCH] Remove unused variable --- core/rexcode/x86/tests/test.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/rexcode/x86/tests/test.odin b/core/rexcode/x86/tests/test.odin index 0879565c7..b82f0ade3 100644 --- a/core/rexcode/x86/tests/test.odin +++ b/core/rexcode/x86/tests/test.odin @@ -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,