Changeset

8489:fc8ef0943b60

mod_bosh: Remove unused variable [luacheck]
author Kim Alvefur <zash@zash.se>
date Wed, 13 Dec 2017 15:30:11 +0100
parents 8488:95706e0f19fc
children 8490:7540019afcd8
files plugins/mod_bosh.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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");