-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused accumulator argument in mkOpcodeTable
`mkOpcodeTable` was accumulating a list of opcode bytes parsed thus far on every iteration, but this list was never actually being used anywhere. It seems prudent to simply not do this.
- Loading branch information
1 parent
c19b55e
commit 7109bdc
Showing
1 changed file
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters