Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/feature/XSharpCompiler'
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertvanderHulst committed Apr 24, 2024
2 parents 899f411 + a0dbdff commit 78afd32
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -781,10 +781,6 @@ void parseString()
}
if (La(next) == 10 || La(next) == 13)
{
if (La(next) == 10 && La(next + 1) == 13)
next += 2;
else
next++;
while (La(1) != 10 && La(1) != 13)
parseSkip();
if (La(1) == 13)
Expand Down

0 comments on commit 78afd32

Please sign in to comment.