Commit 8407cdcf authored by Denis Bilenko's avatar Denis Bilenko

pool.py: remove unused get_values()

parent fb036f13
......@@ -370,11 +370,6 @@ class Pool(Group):
self._semaphore.release()
def get_values(greenlets):
joinall(greenlets)
return [x.value for x in greenlets]
class pass_value(object):
__slots__ = ['callback']
......
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