diff --git a/src/Compiler/src/Compiler/XSharpCodeAnalysis/Parser/XSharpLexerCode.cs b/src/Compiler/src/Compiler/XSharpCodeAnalysis/Parser/XSharpLexerCode.cs index 6798bfeb11..6cc123cbc3 100644 --- a/src/Compiler/src/Compiler/XSharpCodeAnalysis/Parser/XSharpLexerCode.cs +++ b/src/Compiler/src/Compiler/XSharpCodeAnalysis/Parser/XSharpLexerCode.cs @@ -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)