diff options
Diffstat (limited to 'lib/deprecated/pure/asyncio.nim')
-rw-r--r-- | lib/deprecated/pure/asyncio.nim | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/deprecated/pure/asyncio.nim b/lib/deprecated/pure/asyncio.nim index 39d77230a..2dd08024d 100644 --- a/lib/deprecated/pure/asyncio.nim +++ b/lib/deprecated/pure/asyncio.nim @@ -147,11 +147,6 @@ type SockIdle, SockConnecting, SockConnected, SockListening, SockClosed, SockUDPBound -{.deprecated: [TDelegate: DelegateObj, PDelegate: Delegate, - TInfo: SocketStatus, PAsyncSocket: AsyncSocket, TAsyncSocket: AsyncSocketObj, - TDispatcher: DispatcherObj, PDispatcher: Dispatcher, - ].} - proc newDelegate*(): Delegate = ## Creates a new delegate. |