mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Comment out unused private methods.
This commit is contained in:
@@ -74,12 +74,13 @@ namespace OpenSim.Region.ScriptEngine.Common.TRPC
|
||||
Clients[ID].Disconnect();
|
||||
}
|
||||
|
||||
void asyncConnected(IAsyncResult iar)
|
||||
{
|
||||
Socket client = (Socket)iar.AsyncState;
|
||||
client.EndConnect(iar);
|
||||
ProcessConnection(client);
|
||||
}
|
||||
// TODO: unused
|
||||
// void asyncConnected(IAsyncResult iar)
|
||||
// {
|
||||
// Socket client = (Socket)iar.AsyncState;
|
||||
// client.EndConnect(iar);
|
||||
// ProcessConnection(client);
|
||||
// }
|
||||
|
||||
private int ProcessConnection(Socket client)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user