asm: remove unused parameter for function Lex (#18058)
This commit is contained in:
committed by
Martin Holst Swende
parent
1a29bf0ee2
commit
768b4c2e6b
@ -22,7 +22,7 @@ import (
|
||||
)
|
||||
|
||||
func lexAll(src string) []token {
|
||||
ch := Lex("test.asm", []byte(src), false)
|
||||
ch := Lex([]byte(src), false)
|
||||
|
||||
var tokens []token
|
||||
for i := range ch {
|
||||
|
Reference in New Issue
Block a user