Skip to content

Commit 9f2ca73

Browse files
committed
fixed Swift 2.2 build
1 parent 36e5193 commit 9f2ca73

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Regex/NSRegularExpression3.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ import Foundation
2929
}
3030

3131
public extension NSRegularExpression {
32-
public typealias Options = NSRegularExpressionOptions
33-
public typealias MatchingOptions = NSMatchingOptions
34-
3532
public func matches(in string: String, options: NSMatchingOptions, range: NSRange) -> [NSTextCheckingResult] {
3633
return self.matchesInString(string, options: options, range: range)
3734
}

0 commit comments

Comments
 (0)