Skip to content

Commit 133a99e

Browse files
committed
Remove unneeded calls to skip-white-spaces in the parser.
1 parent 6481cbc commit 133a99e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/actions.asm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,14 +369,12 @@ exit:
369369
clc
370370
adc var_namelen
371371
sta bpos
372-
jsr parser_skipws
373372
clc
374373
rts
375374
.endproc
376375

377376
; Sets the type of a variable - variable number and new type must be in the stack:
378377
.proc E_VAR_SET_TYPE
379-
jsr parser_skipws
380378
jsr get_last_tok ; Get variable TYPE from last token
381379

382380
.ifdef FASTBASIC_FP

0 commit comments

Comments
 (0)