Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
string: Remove a type alias that I commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonycastelli committed Mar 28, 2017
1 parent 4ef4229 commit ecc0fae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Sources/VaporAPNS/String+APNS.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ import Foundation
import CLibreSSL
import Core

/*
#if os(Linux)
typealias NSRegularExpression = RegularExpression
#endif
*/

extension String {
private func newECKey() throws -> OpaquePointer {
guard let ecKey = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1) else {
Expand Down

0 comments on commit ecc0fae

Please sign in to comment.