We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051731d commit e7f6310Copy full SHA for e7f6310
Sources/System/Sockets/SocketDescriptor.swift
@@ -40,15 +40,6 @@ extension SocketDescriptor {
40
}
41
42
43
-extension FileDescriptor {
44
- /// Treat `self` as a socket descriptor, without checking with the operating
45
- /// system that it actually refers to a socket.
46
- @_alwaysEmitIntoClient
47
- public var uncheckedSocket: SocketDescriptor {
48
- SocketDescriptor(unchecked: self)
49
- }
50
-}
51
-
52
extension SocketDescriptor {
53
/// Communications domain, identifying the protocol family that is being used.
54
@frozen
0 commit comments