From 5bee0cebdeb1c1260f5415970c2b61c1af3b65cc Mon Sep 17 00:00:00 2001 From: Hamish Knight Date: Tue, 31 May 2022 15:12:42 +0100 Subject: [PATCH] Remove outdated comment rdar://92459215 has been fixed. --- Sources/RegexBuilder/Algorithms.swift | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Sources/RegexBuilder/Algorithms.swift b/Sources/RegexBuilder/Algorithms.swift index f809e85f5..19d3506b8 100644 --- a/Sources/RegexBuilder/Algorithms.swift +++ b/Sources/RegexBuilder/Algorithms.swift @@ -11,11 +11,6 @@ @_spi(RegexBuilder) import _StringProcessing -// FIXME(rdar://92459215): We should be using 'some RegexComponent' instead of -// for the methods below that don't impose any additional -// requirements on the type. Currently the generic parameter is needed to work -// around a compiler issue. - extension BidirectionalCollection where SubSequence == Substring { /// Matches a regex in its entirety, where the regex is created by /// the given closure.