mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-19 08:32:33 +00:00
Remove unused variable
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user