plugins/mod_bosh.lua
changeset 8492 fc8ef0943b60
parent 8188 e89320b8a789
child 8493 7540019afcd8
--- 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");