get rid of outdated comments; a=r=(not built)

git-svn-id: svn://10.0.0.236/trunk@81465 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dmose%mozilla.org 2000-10-19 20:51:46 +00:00
parent 665d4dd0ab
commit c6b003435c

View File

@ -379,19 +379,6 @@ nsLDAPOperation::AbandonExt(LDAPControl **serverctrls,
return NS_OK;
}
/**
* wrapper for ldap_abandon_ext() with NULL LDAPControl
* parameters, equivalent to old-style ldap_abandon(), thus the name.
*
* @exception NS_ERROR_NOT_INITIALIZED operation not initialized
* @exception NS_ERROR_LDAP_ENCODING_ERROR error during BER-encoding
* @exception NS_ERROR_LDAP_SERVER_DOWN the LDAP server did not
* receive the request or the
* connection was lost
* @exception NS_ERROR_OUT_OF_MEMORY out of memory
* @exception NS_ERROR_UNEXPECTED internal error
*/
NS_IMETHODIMP
nsLDAPOperation::Abandon(void)
{