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