Changeset

265:1f851b6f5e11

Remove some old unused (and empty) functions from s2smanager
author Matthew Wild <mwild1@gmail.com>
date Fri, 14 Nov 2008 18:54:19 +0000
parents 264:a296b61baad8
children 266:34b053c001f8
files core/s2smanager.lua
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/core/s2smanager.lua	Fri Nov 14 18:46:00 2008 +0000
+++ b/core/s2smanager.lua	Fri Nov 14 18:54:19 2008 +0000
@@ -28,9 +28,6 @@
 
 module "s2smanager"
 
-function connect_host(from_host, to_host)
-end
-
 function send_to_host(from_host, to_host, data)
 	local host = hosts[from_host].s2sout[to_host];
 	if host then
@@ -67,10 +64,6 @@
 	end
 end
 
-function disconnect_host(host)
-	
-end
-
 local open_sessions = 0;
 
 function new_incoming(conn)