mod_s2s_auth_dane: Remove unused local
authorKim Alvefur <zash@zash.se>
Thu, 26 May 2016 15:36:19 +0200
changeset 2186 5df3b646c9ad
parent 2185 f00cbfb812cd
child 2187 13a8bbf256dd
mod_s2s_auth_dane: Remove unused local
mod_s2s_auth_dane/mod_s2s_auth_dane.lua
--- a/mod_s2s_auth_dane/mod_s2s_auth_dane.lua	Thu May 26 15:35:52 2016 +0200
+++ b/mod_s2s_auth_dane/mod_s2s_auth_dane.lua	Thu May 26 15:36:19 2016 +0200
@@ -364,8 +364,6 @@
 	module:depends("admin_telnet"); -- Make sure the env is there
 	local def_env = module:shared("admin_telnet/env");
 
-	local sessions = module:shared("s2s/sessions");
-
 	local function annotate(session, line)
 		line = line or {};
 		table.insert(line, "--");