# HG changeset patch # User Kim Alvefur # Date 1513175411 -3600 # Node ID fc8ef0943b60f860773f30f6d6eb8de6f8a529ce # Parent 95706e0f19fcc3b75467c5c11cb01412e601f818 mod_bosh: Remove unused variable [luacheck] diff -r 95706e0f19fc -r fc8ef0943b60 plugins/mod_bosh.lua --- a/plugins/mod_bosh.lua Wed Dec 27 00:44:21 2017 +0100 +++ b/plugins/mod_bosh.lua Wed Dec 13 15:30:11 2017 +0100 @@ -66,7 +66,6 @@ end local t_insert, t_remove, t_concat = table.insert, table.remove, table.concat; -local os_time = os.time; -- All sessions, and sessions that have no requests open local sessions = module:shared("sessions");