Commit aa3fb8be authored by Walter Dörwald's avatar Walter Dörwald

Remove unused code.

parent 89ac7c98
...@@ -956,10 +956,6 @@ binascii_hexlify(PyObject *self, PyObject *args) ...@@ -956,10 +956,6 @@ binascii_hexlify(PyObject *self, PyObject *args)
retbuf[j++] = c; retbuf[j++] = c;
} }
return retval; return retval;
finally:
Py_DECREF(retval);
return NULL;
} }
PyDoc_STRVAR(doc_hexlify, PyDoc_STRVAR(doc_hexlify,
......
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