mod_posix: Remove redundant import of logger.setwriter()

This commit is contained in:
Matthew Wild 2010-11-04 08:41:24 +00:00
parent bda7879483
commit 7ef9dad636

View file

@ -17,8 +17,6 @@ if type(signal) == "string" then
module:log("warn", "Couldn't load signal library, won't respond to SIGTERM");
end
local logger_set = require "util.logger".setwriter;
local lfs = require "lfs";
local stat = lfs.attributes;