aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2010-05-20 10:46:08 +0100
committerMatthew Wild <mwild1@gmail.com>2010-05-20 10:46:08 +0100
commitf2b14d6d07c54889e1ece23b3fd10f348526be45 (patch)
treed73685c24ca547e08f487e98639167e9fdb238ab /net
parent1107a66e72024f464c5d82296b83e07293fb6aba (diff)
downloadprosody-f2b14d6d07c54889e1ece23b3fd10f348526be45.tar.gz
prosody-f2b14d6d07c54889e1ece23b3fd10f348526be45.zip
net.dns: Remove redundant locals declaration
Diffstat (limited to 'net')
-rw-r--r--net/dns.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/dns.lua b/net/dns.lua
index 24bc128f..c0de97fd 100644
--- a/net/dns.lua
+++ b/net/dns.lua
@@ -853,7 +853,6 @@ function resolver:lookup(qname, qtype, qclass) -- - - - - - - - - - lookup
self:query (qname, qtype, qclass)
while self:pulse() do
local recvt = {}
- local i, s
for i, s in ipairs(self.socket) do
recvt[i] = s
end