mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_motd, mod_register, mod_private, mod_http_errors, mod_admin_adhoc: Remove unused imports
This commit is contained in:
parent
27dc3a5b9a
commit
91cc88b338
5 changed files with 2 additions and 8 deletions
|
@ -2,7 +2,6 @@ module:set_global();
|
|||
|
||||
local server = require "net.http.server";
|
||||
local codes = require "net.http.codes";
|
||||
local termcolours = require "util.termcolours";
|
||||
|
||||
local show_private = module:get_option_boolean("http_errors_detailed", false);
|
||||
local always_serve = module:get_option_boolean("http_errors_always_show", true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue