mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-26 17:30:02 +00:00
vet all core packages
This commit is contained in:
@@ -97,7 +97,6 @@ decode :: proc(data: string, DEC_TBL := DEC_TABLE, allocator := context.allocato
|
||||
}
|
||||
|
||||
outi := 0;
|
||||
olen := len(data);
|
||||
data := data;
|
||||
|
||||
out := make([]byte, len(data) / 8 * 5, allocator);
|
||||
|
||||
Reference in New Issue
Block a user