From ab47caa72fdcefdcc2fd5c39c1a8300a64aa9125 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sun, 28 May 2017 23:40:26 +0200 Subject: configmanager: Remove unused local [luacheck] --- core/configmanager.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/configmanager.lua b/core/configmanager.lua index 3f7bfca0..bb55d3f8 100644 --- a/core/configmanager.lua +++ b/core/configmanager.lua @@ -7,8 +7,8 @@ -- local _G = _G; -local setmetatable, rawget, rawset, io, error, dofile, type, pairs, table = - setmetatable, rawget, rawset, io, error, dofile, type, pairs, table; +local setmetatable, rawget, rawset, io, error, dofile, type, pairs = + setmetatable, rawget, rawset, io, error, dofile, type, pairs; local format, math_max = string.format, math.max; local fire_event = prosody and prosody.events.fire_event or function () end; -- cgit v1.2.3