Changeset

8461:0f05d6535dfa

mod_s2s: Remove unused local [luacheck]
author Kim Alvefur <zash@zash.se>
date Tue, 05 Dec 2017 12:34:50 +0100
parents 8460:77e59f8057bf
children 8462:60d508f411a1
files plugins/mod_s2s/mod_s2s.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/mod_s2s/mod_s2s.lua	Tue Dec 05 12:32:51 2017 +0100
+++ b/plugins/mod_s2s/mod_s2s.lua	Tue Dec 05 12:34:50 2017 +0100
@@ -14,7 +14,7 @@
 
 local tostring, type = tostring, type;
 local t_insert = table.insert;
-local xpcall, traceback = xpcall, debug.traceback;
+local traceback = debug.traceback;
 
 local add_task = require "util.timer".add_task;
 local st = require "util.stanza";