summaryrefslogtreecommitdiff
path: root/modules/extra/m_ldap_oper.cpp
diff options
context:
space:
mode:
authorNaram Qashat <cyberbotx@cyberbotx.com>2012-09-24 15:54:49 -0400
committerNaram Qashat <cyberbotx@cyberbotx.com>2012-09-24 15:54:49 -0400
commit38ad523f91c5b89cebd01e6e0f61ea8859c02253 (patch)
tree14f518edc9ab9a54a9dc1c9a5f4b0bdc3b313a29 /modules/extra/m_ldap_oper.cpp
parenta71e2fb64ed87559221a175d4dfd822d683ebb3d (diff)
Fix a few oddball warnings that came up from clang, and also make it so webcpanel.so can be compiled under Mac OS X.
Diffstat (limited to 'modules/extra/m_ldap_oper.cpp')
-rw-r--r--modules/extra/m_ldap_oper.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/extra/m_ldap_oper.cpp b/modules/extra/m_ldap_oper.cpp
index f432f35b8..4f1784553 100644
--- a/modules/extra/m_ldap_oper.cpp
+++ b/modules/extra/m_ldap_oper.cpp
@@ -15,7 +15,6 @@ class IdentifyInterface : public LDAPInterface
void Add(LDAPQuery id, const Anope::string &nick)
{
- std::map<LDAPQuery, Anope::string>::iterator it = this->requests.find(id);
this->requests[id] = nick;
}