Diff

plugins/mod_admin_shell.lua @ 10863:455a151db834

mod_admin_shell: Remove old variable declaration [luacheck]
author Matthew Wild <mwild1@gmail.com>
date Mon, 01 Jun 2020 16:38:16 +0100
parent 10860:934dca972f2c
child 10878:b37dc3776f69
line wrap: on
line diff
--- 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);