mirror of
https://github.com/apple/swift-nio-extras.git
synced 2025-05-31 10:13:58 +08:00
Remove more unused imports
This commit is contained in:
parent
fc76405293
commit
9037c24ad3
Package.swift
Sources/NIOExtrasPerformanceTester
@ -20,7 +20,6 @@ var targets: [PackageDescription.Target] = [
|
||||
name: "NIOExtras",
|
||||
dependencies: [
|
||||
.product(name: "NIO", package: "swift-nio"),
|
||||
.product(name: "NIOConcurrencyHelpers", package: "swift-nio"),
|
||||
.product(name: "NIOCore", package: "swift-nio"),
|
||||
]),
|
||||
.target(
|
||||
|
@ -15,7 +15,6 @@
|
||||
import NIOCore
|
||||
import NIOExtras
|
||||
import Foundation
|
||||
import NIOConcurrencyHelpers
|
||||
|
||||
class HTTP1ThreadedPCapPerformanceTest: HTTP1ThreadedPerformanceTest {
|
||||
private class SinkHolder {
|
||||
|
@ -15,7 +15,6 @@
|
||||
import NIOCore
|
||||
import NIOPosix
|
||||
import NIOHTTP1
|
||||
import NIOConcurrencyHelpers
|
||||
|
||||
// MARK: Handlers
|
||||
final class SimpleHTTPServer: ChannelInboundHandler {
|
||||
|
Loading…
x
Reference in New Issue
Block a user