From ecc0fae992decfdb6dd7864dd28e58b876dc5287 Mon Sep 17 00:00:00 2001 From: Anthony Castelli Date: Tue, 28 Mar 2017 15:50:50 -0700 Subject: [PATCH] string: Remove a type alias that I commented out --- Sources/VaporAPNS/String+APNS.swift | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Sources/VaporAPNS/String+APNS.swift b/Sources/VaporAPNS/String+APNS.swift index f442c91..c595d84 100644 --- a/Sources/VaporAPNS/String+APNS.swift +++ b/Sources/VaporAPNS/String+APNS.swift @@ -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 {