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);
|
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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user