mod_posix: Remove unnecessary import of util.format (thanks luacheck and buildbot)

This commit is contained in:
Matthew Wild 2019-03-26 14:59:42 +00:00
parent 2ab785fd9f
commit 28322869e8

View file

@ -20,7 +20,6 @@ if not have_signal then
module:log("warn", "Couldn't load signal library, won't respond to SIGTERM");
end
local format = require "util.format".format;
local lfs = require "lfs";
local stat = lfs.attributes;