aboutsummaryrefslogtreecommitdiffstats
path: root/util/rfc6724.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2016-03-10 17:52:03 +0000
committerMatthew Wild <mwild1@gmail.com>2016-03-10 17:52:03 +0000
commit8967760df50c3b1c39fec83b0b3f1e75858daca1 (patch)
tree6008be38e2627fd54dbc79701d375cc29b2e54d6 /util/rfc6724.lua
parente2f3356e2404641840283b8d439137e58604346b (diff)
downloadprosody-8967760df50c3b1c39fec83b0b3f1e75858daca1.tar.gz
prosody-8967760df50c3b1c39fec83b0b3f1e75858daca1.zip
net.websocket.frames, util.datetime, util.json, util.prosodyctl, util.rfc6724: Remove unused variables [luacheck]
Diffstat (limited to 'util/rfc6724.lua')
-rw-r--r--util/rfc6724.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/rfc6724.lua b/util/rfc6724.lua
index c8aec631..81f78d55 100644
--- a/util/rfc6724.lua
+++ b/util/rfc6724.lua
@@ -10,7 +10,6 @@
-- We can't hand this off to getaddrinfo, since it blocks
local ip_commonPrefixLength = require"util.ip".commonPrefixLength
-local new_ip = require"util.ip".new_ip;
local function commonPrefixLength(ipA, ipB)
local len = ip_commonPrefixLength(ipA, ipB);