Mercurial > prosody-hg
changeset 14081:7c9fd032c788
prosodyctl: Remove unused variable [luacheck]
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 13 Feb 2026 20:32:54 +0100 |
| parents | 973609bad40a |
| children | 13b3220c3282 |
| files | prosodyctl |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/prosodyctl Fri Jan 30 14:08:53 2026 +0100 +++ b/prosodyctl Fri Feb 13 20:32:54 2026 +0100 @@ -456,7 +456,7 @@ -- These diverge from the module._VERSION convention readline = "Version"; } - local socket = dependencies.softreq"socket"; + dependencies.softreq"socket"; local lunbound = dependencies.softreq"lunbound"; local lxp = dependencies.softreq"lxp"; local hashes = dependencies.softreq"prosody.util.hashes";
