aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-05-16 18:25:04 +0100
committerJustin Clark-Casey (justincc)2013-05-16 18:25:04 +0100
commit61f4ab667447da953018b9e63821777ec5f144b0 (patch)
tree095dac636e673ab852d682a13273aafc9f681d86 /OpenSim
parentWhere this is not already happening, trigger asychoronous calls to CloseChild... (diff)
downloadopensim-SC_OLD-61f4ab667447da953018b9e63821777ec5f144b0.zip
opensim-SC_OLD-61f4ab667447da953018b9e63821777ec5f144b0.tar.gz
opensim-SC_OLD-61f4ab667447da953018b9e63821777ec5f144b0.tar.bz2
opensim-SC_OLD-61f4ab667447da953018b9e63821777ec5f144b0.tar.xz
minor: Remove completely unused IClientAPI.RequestClientInfo() call from EntityTransferModule.CrossAgentToNewRegionAsync()
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs b/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
index 9579449..4f693c6 100644
--- a/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
+++ b/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
@@ -1482,9 +1482,6 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
1482 return agent; 1482 return agent;
1483 } 1483 }
1484 1484
1485 //AgentCircuitData circuitdata = m_controllingClient.RequestClientInfo();
1486 agent.ControllingClient.RequestClientInfo();
1487
1488 //m_log.Debug("BEFORE CROSS"); 1485 //m_log.Debug("BEFORE CROSS");
1489 //Scene.DumpChildrenSeeds(UUID); 1486 //Scene.DumpChildrenSeeds(UUID);
1490 //DumpKnownRegions(); 1487 //DumpKnownRegions();