Commit 1a0270f6 authored by Walter Dörwald's avatar Walter Dörwald

Remove unused code.

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