From dfb381e43baf5be4cd17bdda8d7cf024eb2072fc Mon Sep 17 00:00:00 2001 From: mauvm Date: Sun, 4 Jan 2015 08:52:40 +0100 Subject: [PATCH] Remove duplicate comment. Oops. --- src/wren_compiler.c | 1 - 1 file changed, 1 deletion(-) 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);