diff options
author | Justin Clark-Casey (justincc) | 2013-05-16 18:25:04 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-05-16 18:25:04 +0100 |
commit | 61f4ab667447da953018b9e63821777ec5f144b0 (patch) | |
tree | 095dac636e673ab852d682a13273aafc9f681d86 /OpenSim/Region/CoreModules | |
parent | Where this is not already happening, trigger asychoronous calls to CloseChild... (diff) | |
download | opensim-SC-61f4ab667447da953018b9e63821777ec5f144b0.zip opensim-SC-61f4ab667447da953018b9e63821777ec5f144b0.tar.gz opensim-SC-61f4ab667447da953018b9e63821777ec5f144b0.tar.bz2 opensim-SC-61f4ab667447da953018b9e63821777ec5f144b0.tar.xz |
minor: Remove completely unused IClientAPI.RequestClientInfo() call from EntityTransferModule.CrossAgentToNewRegionAsync()
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r-- | OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs | 3 |
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(); |