Skip to content

Commit

Permalink
fixed Swift 2.2 build
Browse files Browse the repository at this point in the history
  • Loading branch information
dileping committed Jun 18, 2016
1 parent 36e5193 commit 9f2ca73
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Regex/NSRegularExpression3.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ import Foundation
}

public extension NSRegularExpression {
public typealias Options = NSRegularExpressionOptions
public typealias MatchingOptions = NSMatchingOptions

public func matches(in string: String, options: NSMatchingOptions, range: NSRange) -> [NSTextCheckingResult] {
return self.matchesInString(string, options: options, range: range)
}
Expand Down

0 comments on commit 9f2ca73

Please sign in to comment.