net.dns: Remove redundant locals declaration

Thu, 20 May 2010 10:46:08 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 20 May 2010 10:46:08 +0100
changeset 3057
ca1fe9f74bd0
parent 3056
c585678b3ecb
child 3060
6c1cfb4cea3c

net.dns: Remove redundant locals declaration

net/dns.lua file | annotate | diff | comparison | revisions
--- a/net/dns.lua	Thu May 20 10:45:29 2010 +0100
+++ b/net/dns.lua	Thu May 20 10:46:08 2010 +0100
@@ -853,7 +853,6 @@
 	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

mercurial