Software /
code /
prosody
Changeset
7130:2b48ce0bfe7d
util.logger: Remove unused locals
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 04 Feb 2016 16:38:56 +0100 |
parents | 7129:e4c886946ecb |
children | 7131:ea3eea291321 |
files | util/logger.lua |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
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;