Removed unused variable

parent a847d79d
......@@ -81,7 +81,6 @@ class Greenlet(greenlet):
self._links = deque()
self.value = None
self._exception = _NONE
loop = hub.loop
self._notifier = None
self._start_event = None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment