mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-19 16:42:33 +00:00
Remove dead parameter
This commit is contained in:
@@ -38,7 +38,6 @@ encode_max_relocation_count :: #force_inline proc "contextless" (n: int) -> int
|
||||
|
||||
encode :: proc(
|
||||
instructions: []Instruction,
|
||||
label_defs: []Label_Definition,
|
||||
code: []u8,
|
||||
relocs: ^[dynamic]Relocation,
|
||||
errors: ^[dynamic]Error,
|
||||
|
||||
Reference in New Issue
Block a user