Software /
code /
prosody
Diff
plugins/mod_bosh.lua @ 8489:fc8ef0943b60
mod_bosh: Remove unused variable [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 13 Dec 2017 15:30:11 +0100 |
parent | 8185:e89320b8a789 |
child | 8490:7540019afcd8 |
line wrap: on
line diff
--- 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");