mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
prosodyctl: Remove unused import
Leftover after 854df134274f
This commit is contained in:
parent
7ed9729e52
commit
83e27a61c8
1 changed files with 0 additions and 2 deletions
|
@ -78,8 +78,6 @@ local read_password = human_io.read_password;
|
|||
local call_luarocks = prosodyctl.call_luarocks;
|
||||
local error_messages = prosodyctl.error_messages;
|
||||
|
||||
local jid_split = require "prosody.util.jid".prepped_split;
|
||||
|
||||
local prosodyctl_timeout = (configmanager.get("*", "prosodyctl_timeout") or 5) * 2;
|
||||
-----------------------
|
||||
local commands = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue