Skip to content

Commit c708963

Browse files
authored
Merge pull request swiftlang#139 from hamishknight/no-comment
2 parents 24870f5 + bb37cd3 commit c708963

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/_MatchingEngine/Regex/Parse/LexicalAnalysis.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,8 +1300,6 @@ extension Source {
13001300
try src.tryEating { src in
13011301
guard let firstChar = src.peek() else { return nil }
13021302

1303-
// TODO: Oniguruma can parse an additional recursion level for
1304-
// backreferences.
13051303
if src.tryEat("g") {
13061304
// PCRE-style backreferences.
13071305
if src.tryEat("{") {

0 commit comments

Comments
 (0)