mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Misc cleanup.
This commit is contained in:
@@ -64,7 +64,7 @@ namespace OpenSim.Framework.Tests
|
||||
Vector3 StartPos = new Vector3(5, 23, 125);
|
||||
|
||||
UUID SecureSessionId = UUID.Random();
|
||||
UUID SessionId = UUID.Random();
|
||||
// TODO: unused: UUID SessionId = UUID.Random();
|
||||
|
||||
m_agentCircuitData1 = new AgentCircuitData();
|
||||
m_agentCircuitData1.AgentID = AgentId1;
|
||||
|
||||
@@ -161,7 +161,7 @@ namespace OpenSim.Framework.Tests
|
||||
/// Worker thread 0
|
||||
/// </summary>
|
||||
/// <param name="o"></param>
|
||||
public void run( object o)
|
||||
public void run(object o)
|
||||
{
|
||||
while (running)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user