diff options
-rw-r--r-- | compiler/lexer.nim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/lexer.nim b/compiler/lexer.nim index 0032b97df..0a4c01ba8 100644 --- a/compiler/lexer.nim +++ b/compiler/lexer.nim @@ -811,10 +811,6 @@ proc skipMultiLineComment(L: var TLexer; tok: var TToken; start: int; break dec nesting inc pos - of '\t': - lexMessagePos(L, errTabulatorsAreNotAllowed, pos) - inc(pos) - if isDoc: tok.literal.add '\t' of CR, LF: pos = handleCRLF(L, pos) buf = L.buf |