diff --git a/src/wren_compiler.c b/src/wren_compiler.c index 1803a7b6..64f6f42c 100644 --- a/src/wren_compiler.c +++ b/src/wren_compiler.c @@ -685,7 +685,6 @@ static void readString(Parser* parser) // Default behaviour for unmatched characters. static void unmatchedChar(Parser* parser, char c) { - // Handle unmatched character if (isName(c)) { readName(parser, TOKEN_NAME);