Commit 510ad7fd authored by Denis Bilenko's avatar Denis Bilenko

remove unused variables

parent 0a60d6b8
static void gevent_handle_error(struct PyGeventLoopObject* loop, PyObject* where) {
PyThreadState *tstate;
PyObject *type, *value, *traceback, *handler, *result, *tuple;
PyObject *type, *value, *traceback, *result;
tstate = PyThreadState_GET();
type = tstate->curexc_type;
if (!type)
......
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