# HG changeset patch # User Waqas Hussain # Date 1243619516 -18000 # Node ID 8e977f4262b44c7bae64c169e313f0f90042c392 # Parent f14e08a0ae7fb1033fd4f12b8502b07abe05837a Removed unused global 'session' diff -r f14e08a0ae7f -r 8e977f4262b4 prosody --- a/prosody Fri May 29 18:17:03 2009 +0100 +++ b/prosody Fri May 29 22:51:56 2009 +0500 @@ -69,9 +69,6 @@ local server = require "net.server" - --- Maps connections to sessions -- -sessions = {}; hosts = {}; --- Load and initialise core modules