mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
util.logger: Remove unused locals
This commit is contained in:
parent
de6e734596
commit
5b245d20fe
1 changed files with 1 additions and 4 deletions
|
@ -6,10 +6,7 @@
|
|||
-- COPYING file in the source package for more information.
|
||||
--
|
||||
|
||||
local pcall = pcall;
|
||||
|
||||
local find = string.find;
|
||||
local ipairs, pairs, setmetatable = ipairs, pairs, setmetatable;
|
||||
local pairs = pairs;
|
||||
|
||||
local _ENV = nil;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue