# HG changeset patch # User Matthew Wild # Date 1553612382 0 # Node ID d92ab8c8006a7cd205889f2fb6e84905d9b1fedc # Parent 1460c49662621b1cd73d1b402169499a8682b39d mod_posix: Remove unnecessary import of util.format (thanks luacheck and buildbot) diff -r 1460c4966262 -r d92ab8c8006a 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;