diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/dns.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/dns.lua b/net/dns.lua index f2a3c9be..21705d87 100644 --- a/net/dns.lua +++ b/net/dns.lua @@ -912,11 +912,6 @@ end -- module api ------------------------------------------------------ module api -local function resolve(func, ...) -- - - - - - - - - - - - - - resolver_get - return func(dns._resolver, ...); -end - - function dns.resolver () -- - - - - - - - - - - - - - - - - - - - - resolver -- this function seems to be redundant with resolver.new () |