From c6b003435cd140d0577cd9f9c5e0cd83e53e078d Mon Sep 17 00:00:00 2001 From: "dmose%mozilla.org" Date: Thu, 19 Oct 2000 20:51:46 +0000 Subject: [PATCH] get rid of outdated comments; a=r=(not built) git-svn-id: svn://10.0.0.236/trunk@81465 18797224-902f-48f8-a5cc-f745e15eee43 --- .../directory/xpcom/base/src/nsLDAPOperation.cpp | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/mozilla/directory/xpcom/base/src/nsLDAPOperation.cpp b/mozilla/directory/xpcom/base/src/nsLDAPOperation.cpp index 377f0b495f2..72edcdf0af1 100644 --- a/mozilla/directory/xpcom/base/src/nsLDAPOperation.cpp +++ b/mozilla/directory/xpcom/base/src/nsLDAPOperation.cpp @@ -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) {