From deb25f7be5fc4e92b5f24d67534e336a741efbda Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Thu, 21 Sep 2006 04:08:44 +0000
Subject: [PATCH] Remove not yet implemented method.

---
 opends/src/server/org/opends/server/protocols/ldap/BindRequestProtocolOp.java |   30 ------------------------------
 1 files changed, 0 insertions(+), 30 deletions(-)

diff --git a/opends/src/server/org/opends/server/protocols/ldap/BindRequestProtocolOp.java b/opends/src/server/org/opends/server/protocols/ldap/BindRequestProtocolOp.java
index c24ee31..5fc6db5 100644
--- a/opends/src/server/org/opends/server/protocols/ldap/BindRequestProtocolOp.java
+++ b/opends/src/server/org/opends/server/protocols/ldap/BindRequestProtocolOp.java
@@ -551,36 +551,6 @@
   }
 
 
-
-  /**
-   * Converts the provided LDAP message containing a bind request protocol op
-   * to a <CODE>BindOperation</CODE> object that may be processed by the core
-   * server.
-   *
-   * @param  requestMessage    The LDAP message containing the bind request
-   *                           protocol op.
-   * @param  clientConnection  The client connection from which the request was
-   *                           read.
-   *
-   * @return  The bind operation created from the provided request message.
-   *
-   * @throws  DirectoryException  If the provided LDAP message cannot be decoded
-   *                              as a bind operation.
-   */
-  public static BindOperation messageToBindOperation(LDAPMessage requestMessage,
-                                   LDAPClientConnection clientConnection)
-         throws DirectoryException
-  {
-    assert debugEnter(CLASS_NAME, "messageToBindOperation",
-                      String.valueOf(requestMessage),
-                      String.valueOf(clientConnection));
-
-    // NYI
-    return null;
-  }
-
-
-
   /**
    * Appends a string representation of this LDAP protocol op to the provided
    * buffer.

--
Gitblit v1.10.0