Removed comment

This commit is contained in:
Cameron Eure 2012-10-10 19:13:54 -07:00
commit aebd8aaa53

View file

@ -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]) {