# HG changeset patch # User Matthew Wild # Date 1226688859 0 # Node ID 1f851b6f5e11f6e420a04989f18f8f81dea4306e # Parent a296b61baad82666e04cbb67dd14d8c7919d65fe Remove some old unused (and empty) functions from s2smanager diff -r a296b61baad8 -r 1f851b6f5e11 core/s2smanager.lua --- 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)