Mercurial > prosody-hg
diff plugins/mod_posix.lua @ 9928:d92ab8c8006a
mod_posix: Remove unnecessary import of util.format (thanks luacheck and buildbot)
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Tue, 26 Mar 2019 14:59:42 +0000 |
| parents | 1460c4966262 |
| children | 4f655918fef1 |
line wrap: on
line diff
--- a/plugins/mod_posix.lua Tue Mar 26 14:48:21 2019 +0000 +++ b/plugins/mod_posix.lua Tue Mar 26 14:59:42 2019 +0000 @@ -20,7 +20,6 @@ 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;
