Skip to content

Commit ca742d9

Browse files
committed
remove unused code
1 parent 32dace6 commit ca742d9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Sources/MockServer/MockHTTPServer.swift

-5
Original file line numberDiff line numberDiff line change
@@ -269,11 +269,6 @@ struct HttpServer {
269269
return String(cString: value)
270270
}
271271

272-
private enum ServerError: Error {
273-
case notReady
274-
case cantBind
275-
}
276-
277272
private enum AmazonHeaders {
278273
static let requestID = "Lambda-Runtime-Aws-Request-Id"
279274
static let traceID = "Lambda-Runtime-Trace-Id"

0 commit comments

Comments
 (0)