1
0
forked from Mirror/wren

Remove duplicate comment. Oops.

This commit is contained in:
mauvm
2015-01-04 08:52:40 +01:00
parent 8a54ef9919
commit dfb381e43b

View File

@ -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);