]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/LDAPDeleteRequest.cpp
Changes from HEAD for beta
[openldap] / contrib / ldapc++ / src / LDAPDeleteRequest.cpp
index 78d086f5fc306e688c51b82535e1e64c2f3cbd6e..66c79b16e9938cf1369ec9ae84ec323ccc94d8c5 100644 (file)
@@ -35,10 +35,6 @@ LDAPDeleteRequest::LDAPDeleteRequest(const string& dn,
 LDAPDeleteRequest::~LDAPDeleteRequest(){
     DEBUG(LDAP_DEBUG_DESTROY,
           "LDAPDeleteRequest::~LDAPDeleteRequest()" << endl);
-    // TODO -- flush the entire cache here?  or does this invalidate
-    // cached searches that may have found the deleted entry.
-    // m_connection->uncache_entry(m_dn);
-    m_connection->flush_cache();
 }
 
 LDAPMessageQueue* LDAPDeleteRequest::sendRequest(){