Remove some old unused (and empty) functions from s2smanager

Fri, 14 Nov 2008 18:54:19 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 14 Nov 2008 18:54:19 +0000
changeset 265
1f851b6f5e11
parent 264
a296b61baad8
child 266
34b053c001f8

Remove some old unused (and empty) functions from s2smanager

core/s2smanager.lua file | annotate | diff | comparison | revisions
--- 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)

mercurial