aboutsummaryrefslogtreecommitdiffstats
path: root/util/datetime.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
commita05d69fc1fe02597e049d144688fb3626d0bf0d0 (patch)
tree6008be38e2627fd54dbc79701d375cc29b2e54d6 /util/datetime.lua
parenta755aae795ef60f69f68ca774dd03fb1e5986425 (diff)
downloadprosody-a05d69fc1fe02597e049d144688fb3626d0bf0d0.tar.gz
prosody-a05d69fc1fe02597e049d144688fb3626d0bf0d0.zip
net.websocket.frames, util.datetime, util.json, util.prosodyctl, util.rfc6724: Remove unused variables [luacheck]
Diffstat (limited to 'util/datetime.lua')
-rw-r--r--util/datetime.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/datetime.lua b/util/datetime.lua
index 27f28ace..abb4e867 100644
--- a/util/datetime.lua
+++ b/util/datetime.lua
@@ -12,7 +12,6 @@
local os_date = os.date;
local os_time = os.time;
local os_difftime = os.difftime;
-local error = error;
local tonumber = tonumber;
local _ENV = nil;