Remove unused code.

This commit is contained in:
Walter Dörwald 2007-06-11 21:48:58 +00:00
parent 5de48bdd19
commit 1a0270f64a
1 changed files with 0 additions and 4 deletions

View File

@ -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,