Skip to content

Commit 8189eee

Browse files
authored
Remove unused imports (grpc#1266)
Motivation: We import NIOSSL unnecessarily in a few places. Modifications: Remove unused imports. Result: Fewer unnecessarily imports.
1 parent 1b527c9 commit 8189eee

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Sources/GRPC/GRPCChannel/GRPCChannel.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616
import NIOCore
1717
import NIOHTTP2
18-
import NIOSSL
1918
import SwiftProtobuf
2019

2120
public protocol GRPCChannel {

Sources/GRPC/TLSVerificationHandler.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
import Foundation
1716
import Logging
1817
import NIOCore
19-
import NIOSSL
2018
import NIOTLS
2119

2220
/// Application protocol identifiers for ALPN.

0 commit comments

Comments
 (0)