Skip to content

Commit bb37cd3

Browse files
committed
Remove outdated comment
1 parent 24870f5 commit bb37cd3

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)