diff options
Diffstat (limited to 'compiler/parser.nim')
-rw-r--r-- | compiler/parser.nim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/parser.nim b/compiler/parser.nim index 1743372c2..6e83a6710 100644 --- a/compiler/parser.nim +++ b/compiler/parser.nim @@ -2232,8 +2232,6 @@ proc parseString*(s: string; cache: IdentCache; config: ConfigRef; stream.lineOffset = line var parser: TParser - # XXX for now the builtin 'parseStmt/Expr' functions do not know about strong - # spaces... parser.lex.errorHandler = errorHandler openParser(parser, AbsoluteFile filename, stream, cache, config) |