diff options
Diffstat (limited to 'conf.d/controller')
-rw-r--r-- | conf.d/controller/lua.d/aft.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/conf.d/controller/lua.d/aft.lua b/conf.d/controller/lua.d/aft.lua index d661233..2c88c61 100644 --- a/conf.d/controller/lua.d/aft.lua +++ b/conf.d/controller/lua.d/aft.lua @@ -22,14 +22,6 @@ local lu = require('luaunit') lu.LuaUnit:setOutputType('JUNIT') lu.LuaUnit.fname = "xUnitResults.xml" -local function table_size(t) - local size = 0 - for _,_ in pairs(t) do - size = size + 1 - end - return size -end - _AFT = { exit = {0, code}, context = _ctx, |