configmanager: Rename unused function argument [luacheck]
authorMatthew Wild <mwild1@gmail.com>
Mon, 18 May 2015 19:05:26 +0100
changeset 6718 03a283aa679e
parent 6717 429068c24ea0
child 6719 2b78754b0f1c
configmanager: Rename unused function argument [luacheck]
core/configmanager.lua
--- a/core/configmanager.lua	Mon May 18 19:05:08 2015 +0100
+++ b/core/configmanager.lua	Mon May 18 19:05:26 2015 +0100
@@ -28,7 +28,7 @@
 
 local parsers = {};
 
-local config_mt = { __index = function (t, k) return rawget(t, "*"); end};
+local config_mt = { __index = function (t, _) return rawget(t, "*"); end};
 local config = setmetatable({ ["*"] = { } }, config_mt);
 
 -- When host not found, use global