Delete yield_end function since yield was removed upstream

This commit is contained in:
Jason Paryani
2013-09-19 22:08:17 -07:00
parent 9678a0f5a7
commit 46049ecc36
3 changed files with 0 additions and 8 deletions

View File

@@ -30,7 +30,6 @@ cdef extern from "asyncHelper.h":
PyPromise evalLater(EventLoop &, PyObject * func)
PyPromise there(EventLoop & loop, PyPromise & promise, PyObject * func, PyObject * error_func)
PyPromise then(PyPromise & promise, PyObject * func, PyObject * error_func)
PyPromise yield_end(EventLoop & loop)
# cdef cppclass PyEventLoop(EventLoop):
# pass