# HG changeset patch # User Matthew Wild # Date 1591025896 -3600 # Node ID 455a151db8342b689368090a3150064b8532f5d1 # Parent 1cfae9e850212766916d60643e7ac10f1dea14ee mod_admin_shell: Remove old variable declaration [luacheck] diff -r 1cfae9e85021 -r 455a151db834 plugins/mod_admin_shell.lua --- a/plugins/mod_admin_shell.lua Mon Jun 01 17:27:50 2020 +0200 +++ b/plugins/mod_admin_shell.lua Mon Jun 01 16:38:16 2020 +0100 @@ -148,8 +148,6 @@ local taskok, message = chunk(); - local result = st.stanza("repl-result"); - if not message then if type(taskok) ~= "string" and useglobalenv then taskok = session.serialize(taskok);