Removed comment
This commit is contained in:
parent
53dcc4e61a
commit
aebd8aaa53
1 changed files with 0 additions and 1 deletions
|
|
@ -85,7 +85,6 @@ static PyObject *hash128(PyObject *self, PyObject *args)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
/* TODO: Does tmp[] need to be Py_DECREF()'d on error? */
|
||||
for (i = 0; i < 4; i++) {
|
||||
tmp[i] = PyLong_FromUnsignedLong(out[i]);
|
||||
if (!tmp[i]) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue