# HG changeset patch # User Anton Shestakov # Date 1469691744 -28800 # Node ID 50365a4968901026802246639be6937cb431d920 # Parent 936b78e9f39917e81b3511649fcbc4c931a6812f prosodyctl: remove unused variables [luacheck] diff -r 936b78e9f399 -r 50365a496890 prosodyctl --- a/prosodyctl Thu Jul 28 15:39:48 2016 +0800 +++ b/prosodyctl Thu Jul 28 15:42:24 2016 +0800 @@ -268,7 +268,6 @@ local show_message, show_warning = prosodyctl.show_message, prosodyctl.show_warning; local show_usage = prosodyctl.show_usage; -local getchar, getpass = prosodyctl.getchar, prosodyctl.getpass; local show_yesno = prosodyctl.show_yesno; local show_prompt = prosodyctl.show_prompt; local read_password = prosodyctl.read_password; @@ -547,7 +546,6 @@ print("Source directory: "..relpath(pwd, CFG_SOURCEDIR or ".")); print("Plugin directories:") print(" "..(prosody.paths.plugins:gsub("([^;]+);?", function(path) - local opath = path; path = config.resolve_relative_path(pwd, path); local hgid, hgrepo = hg.check_id(path); if not hgid and hgrepo then @@ -804,7 +802,6 @@ end local _, key_filename = cert_commands.key({arg[1]}); local _, conf_filename = cert_commands.config(arg); - local ret; if key_filename and conf_filename and cert_filename and openssl.req{new=true, x509=true, nodes=true, key=key_filename, days=365, sha256=true, utf8=true, config=conf_filename, out=cert_filename} then