Commit a35c0fd1 authored by Stefan Behnel's avatar Stefan Behnel

Remove dead code.

parent 1e62cf79
......@@ -242,7 +242,6 @@ static PyObject *__Pyx_ImportModule(const char *name) {
Py_DECREF(py_name);
return py_module;
bad:
Py_XDECREF(py_name);
return 0;
}
#endif
......
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