1
0
forked from Mirror/wren

minor; remove redundant comment bit

This commit is contained in:
ruby0x1
2021-04-09 11:17:15 -07:00
parent 46b06f0620
commit e4b4df2e62

View File

@ -1098,7 +1098,7 @@ static void nextToken(Parser* parser)
skipLineComment(parser); skipLineComment(parser);
break; break;
} }
// Otherwise we treat it as a token a token // Otherwise we treat it as a token
makeToken(parser, TOKEN_HASH); makeToken(parser, TOKEN_HASH);
return; return;
} }