forked from Mirror/wren
minor; remove redundant comment bit
This commit is contained in:
@ -1098,7 +1098,7 @@ static void nextToken(Parser* parser)
|
||||
skipLineComment(parser);
|
||||
break;
|
||||
}
|
||||
// Otherwise we treat it as a token a token
|
||||
// Otherwise we treat it as a token
|
||||
makeToken(parser, TOKEN_HASH);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user