streamserver: Remove outdated comment

This commit is contained in:
Yury Selivanov 2016-05-05 22:27:37 -04:00
parent 51f69418a7
commit f59e8cdfa6
1 changed files with 0 additions and 1 deletions

View File

@ -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()