Skip to content

Commit

Permalink
Remove unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
doerwalter committed Jun 11, 2007
1 parent 5de48bd commit 1a0270f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Modules/binascii.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1a0270f

Please sign in to comment.