Software /
code /
prosody
Diff
util/logger.lua @ 7130:2b48ce0bfe7d
util.logger: Remove unused locals
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 04 Feb 2016 16:38:56 +0100 |
parent | 6777:5de6b93d0190 |
child | 7131:ea3eea291321 |
line wrap: on
line diff
--- a/util/logger.lua Thu Feb 04 10:07:02 2016 +0100 +++ b/util/logger.lua Thu Feb 04 16:38:56 2016 +0100 @@ -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;