summaryrefslogtreecommitdiff
path: root/src/dns.cpp
diff options
context:
space:
mode:
authorDukePyrolator <DukePyrolator@anope.org>2010-12-14 08:13:09 +0100
committerDukePyrolator <DukePyrolator@anope.org>2010-12-14 08:13:09 +0100
commit02476332ea2f5ab3fd766e0ca9d83d67a9a9f122 (patch)
tree4e75a625d87bea08faf16619fb27ff75f83d8c19 /src/dns.cpp
parent6a43886807c74503dd89ad6bae0e5605a3e21210 (diff)
parent49d3c97b677f319460146803004066dfd3d19089 (diff)
Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope into 1.9
Diffstat (limited to 'src/dns.cpp')
-rw-r--r--src/dns.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dns.cpp b/src/dns.cpp
index 5bdd2a4eb..b37a0bde6 100644
--- a/src/dns.cpp
+++ b/src/dns.cpp
@@ -559,7 +559,6 @@ void DNSManager::Tick(time_t now)
for (std::multimap<Anope::string, DNSRecord *>::iterator it = this->cache.begin(), it_next; it != this->cache.end(); it = it_next)
{
- Anope::string host = it->first;
DNSRecord *req = it->second;
it_next = it;
++it_next;