Software /
code /
prosody
Diff
net/websocket/frames.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 | 6900:44a7e9152b9a |
child | 8442:3a390fa561bf |
line wrap: on
line diff
--- a/net/websocket/frames.lua Thu Mar 10 17:49:46 2016 +0000 +++ b/net/websocket/frames.lua Thu Mar 10 17:52:03 2016 +0000 @@ -7,7 +7,6 @@ -- local softreq = require "util.dependencies".softreq; -local log = require "util.logger".init "websocket.frames"; local random_bytes = require "util.random".bytes; local bit = assert(softreq"bit" or softreq"bit32",