mirror of https://github.com/MagicStack/uvloop.git
streamserver: Remove outdated comment
This commit is contained in:
parent
51f69418a7
commit
f59e8cdfa6
|
@ -39,7 +39,6 @@ cdef class UVStreamServer(UVSocketHandle):
|
|||
return
|
||||
|
||||
cdef inline _on_listen(self):
|
||||
# Implementation for UVStream._on_listen
|
||||
cdef UVStream slient
|
||||
|
||||
protocol = self.protocol_factory()
|
||||
|
|
Loading…
Reference in New Issue