Skip to content

Commit 2e2c0d4

Browse files
committed
remove superfuos comment
1 parent ad7dad3 commit 2e2c0d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/UTF8.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,6 @@ public unsafe static (int utfadjust, int scalaradjust) calculateErrorPathadjust(
612612
//
613613
if (!Avx2.TestZ(prevIncomplete, prevIncomplete))
614614
{
615-
// Note/todo : this path is not yet explicitly tested
616615
int totalbyteasciierror = processedLength - start_point;
617616
var (utfadjustasciierror, scalaradjustasciierror) = CalculateN2N3FinalSIMDAdjustments(asciibytes, n4, contbytes, totalbyteasciierror);
618617

0 commit comments

Comments
 (0)