diff --git a/uvloop/handles/streamserver.pyx b/uvloop/handles/streamserver.pyx index b53c7d6..8aec010 100644 --- a/uvloop/handles/streamserver.pyx +++ b/uvloop/handles/streamserver.pyx @@ -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()