mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_posix: Remove unnecessary import of util.format (thanks luacheck and buildbot)
This commit is contained in:
parent
2ab785fd9f
commit
28322869e8
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue