Remove some old unused (and empty) functions from s2smanager
authorMatthew Wild <mwild1@gmail.com>
Fri, 14 Nov 2008 18:54:19 +0000 (18:54 +0000)
committerMatthew Wild <mwild1@gmail.com>
Fri, 14 Nov 2008 18:54:19 +0000 (18:54 +0000)
core/s2smanager.lua

index 3f286d0eb6f30778f6cb451a4ca42fca6af4082c..490dfec41f0239c3e593d774eed4c4d39b843cbc 100644 (file)
@@ -28,9 +28,6 @@ local srvmap = { ["gmail.com"] = "talk.google.com", ["identi.ca"] = "longlance.c
 
 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 @@ function send_to_host(from_host, to_host, data)
        end
 end
 
-function disconnect_host(host)
-       
-end
-
 local open_sessions = 0;
 
 function new_incoming(conn)