Skip to content

Commit 0144bdb

Browse files
author
SOMA Yuki
committed
trim a redundant comment
1 parent cc7ef3b commit 0144bdb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Modules/constants.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ LDAPraise_exception(LDAP *l, char *msg, PyObject *pyctrls)
106106

107107
if (pyctrls != NULL) {
108108
PyDict_SetItemString(info, "ctrls", pyctrls);
109-
/* Py_XDECREF(pyctrls) must be called on caller side */
110109
}
111110

112111
if (errnum == LDAP_REFERRAL) {

0 commit comments

Comments
 (0)