Diff

util/datetime.lua @ 7259:d8300985f2bb

net.websocket.frames, util.datetime, util.json, util.prosodyctl, util.rfc6724: Remove unused variables [luacheck]
author Matthew Wild <mwild1@gmail.com>
date Thu, 10 Mar 2016 17:52:03 +0000
parent 6777:5de6b93d0190
child 8555:4f0f5b49bb03
line wrap: on
line diff
--- a/util/datetime.lua	Thu Mar 10 17:49:46 2016 +0000
+++ b/util/datetime.lua	Thu Mar 10 17:52:03 2016 +0000
@@ -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;