Skip to content

Commit 860e2ff

Browse files
committed
fix comment
1 parent 4e8f9a6 commit 860e2ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/chmatch.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ static SEXP chmatchMain(SEXP x, SEXP table, int nomatch, bool chin, bool chmatch
131131
const int w = counts[-u-1]++;
132132
if (map[w]) { ansd[i]=map[w]; continue; }
133133
hash_set(marks,xd[i],0); // w falls on ending 0 marker: dups used up; any more dups should return nomatch
134-
// we still need the 0-setting loop at the end of this function because often there will be some values in table that are not matched to at all.
135134
}
136135
ansd[i] = nomatch;
137136
}

0 commit comments

Comments
 (0)