File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,4 @@ public enum RegexComponentBuilder {
25
25
public static func buildExpression< R: RegexComponent > ( _ regex: R ) -> R {
26
26
regex
27
27
}
28
-
29
- public static func buildEither< R: RegexComponent > ( first component: R ) -> R {
30
- component
31
- }
32
-
33
- public static func buildEither< R: RegexComponent > ( second component: R ) -> R {
34
- component
35
- }
36
28
}
Original file line number Diff line number Diff line change @@ -211,14 +211,6 @@ public struct AlternationBuilder {
211
211
public static func buildExpression< R: RegexComponent > ( _ regex: R ) -> R {
212
212
regex
213
213
}
214
-
215
- public static func buildEither< R: RegexComponent > ( first component: R ) -> R {
216
- component
217
- }
218
-
219
- public static func buildEither< R: RegexComponent > ( second component: R ) -> R {
220
- component
221
- }
222
214
}
223
215
224
216
@available ( SwiftStdlib 5 . 7 , * )
You can’t perform that action at this time.
0 commit comments