Skip to content

Commit f59e8cd

Browse files
committed
streamserver: Remove outdated comment
1 parent 51f6941 commit f59e8cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

uvloop/handles/streamserver.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ cdef class UVStreamServer(UVSocketHandle):
3939
return
4040

4141
cdef inline _on_listen(self):
42-
# Implementation for UVStream._on_listen
4342
cdef UVStream slient
4443

4544
protocol = self.protocol_factory()

0 commit comments

Comments
 (0)