Commit dc70708e authored by Stefan Behnel's avatar Stefan Behnel

remove unused variable

parent 1fa4b6a0
......@@ -504,7 +504,6 @@ bad:
static void __Pyx_AddTraceback(const char *funcname, int c_line,
int py_line, const char *filename) {
PyCodeObject *py_code = 0;
PyObject *py_globals = 0;
PyFrameObject *py_frame = 0;
py_code = $global_code_object_cache_find(c_line ? c_line : py_line);
......
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