diff options
author | Justin Clarke Casey | 2008-09-26 15:28:14 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-09-26 15:28:14 +0000 |
commit | 97323345ee7953258c6902138c50265eac39c319 (patch) | |
tree | 383249b76c73023a318c3e60f2b5968c630240a6 /OpenSim/Region/Environment/Modules/Agent/AssetTransaction/AgentAssetTransactionsManager.cs | |
parent | * Apply http://opensimulator.org/mantis/view.php?id=2274 (diff) | |
download | opensim-SC-97323345ee7953258c6902138c50265eac39c319.zip opensim-SC-97323345ee7953258c6902138c50265eac39c319.tar.gz opensim-SC-97323345ee7953258c6902138c50265eac39c319.tar.bz2 opensim-SC-97323345ee7953258c6902138c50265eac39c319.tar.xz |
* minor: remove warnings
Diffstat (limited to 'OpenSim/Region/Environment/Modules/Agent/AssetTransaction/AgentAssetTransactionsManager.cs')
-rw-r--r-- | OpenSim/Region/Environment/Modules/Agent/AssetTransaction/AgentAssetTransactionsManager.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/Environment/Modules/Agent/AssetTransaction/AgentAssetTransactionsManager.cs b/OpenSim/Region/Environment/Modules/Agent/AssetTransaction/AgentAssetTransactionsManager.cs index 8d422aa..be8aeea 100644 --- a/OpenSim/Region/Environment/Modules/Agent/AssetTransaction/AgentAssetTransactionsManager.cs +++ b/OpenSim/Region/Environment/Modules/Agent/AssetTransaction/AgentAssetTransactionsManager.cs | |||
@@ -26,8 +26,8 @@ | |||
26 | */ | 26 | */ |
27 | 27 | ||
28 | using System.Collections.Generic; | 28 | using System.Collections.Generic; |
29 | using System.Reflection; | 29 | //using System.Reflection; |
30 | using log4net; | 30 | //using log4net; |
31 | using OpenMetaverse; | 31 | using OpenMetaverse; |
32 | using OpenSim.Framework; | 32 | using OpenSim.Framework; |
33 | using OpenSim.Region.Environment.Scenes; | 33 | using OpenSim.Region.Environment.Scenes; |
@@ -37,8 +37,8 @@ namespace OpenSim.Region.Environment.Modules.Agent.AssetTransaction | |||
37 | { | 37 | { |
38 | public class AgentAssetTransactionsManager | 38 | public class AgentAssetTransactionsManager |
39 | { | 39 | { |
40 | private static readonly ILog m_log | 40 | //private static readonly ILog m_log |
41 | = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 41 | // = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
42 | 42 | ||
43 | /// <summary> | 43 | /// <summary> |
44 | /// Each agent has its own singleton collection of transactions | 44 | /// Each agent has its own singleton collection of transactions |