mod_posix: Remove unnecessary import of util.format (thanks luacheck and buildbot)
authorMatthew Wild <mwild1@gmail.com>
Tue, 26 Mar 2019 14:59:42 +0000
changeset 9932 d92ab8c8006a
parent 9931 1460c4966262
child 9933 3b776c32b9be
mod_posix: Remove unnecessary import of util.format (thanks luacheck and buildbot)
plugins/mod_posix.lua
--- 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;