Commit fb316be9 authored by Denis Bilenko's avatar Denis Bilenko

remove deprecated method Waiter.wait

parent bef0ef42
...@@ -341,8 +341,6 @@ class Waiter(object): ...@@ -341,8 +341,6 @@ class Waiter(object):
finally: finally:
self.greenlet = None self.greenlet = None
wait = get # XXX backward compatibility; will be removed in the next release
# can also have a debugging version, that wraps the value in a tuple (self, value) in switch() # can also have a debugging version, that wraps the value in a tuple (self, value) in switch()
# and unwraps it in wait() thus checking that switch() was indeed called # and unwraps it in wait() thus checking that switch() was indeed called
......
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