remove some mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2011-01-21 23:19:44 +00:00
parent e44ceaaea3
commit 41105948bd
8 changed files with 19 additions and 18 deletions

View File

@@ -41,8 +41,8 @@ namespace OpenSim.Region.CoreModules.Agent.AssetTransaction
/// </summary>
public class AgentAssetTransactions
{
private static readonly ILog m_log = LogManager.GetLogger(
MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_log = LogManager.GetLogger(
// MethodBase.GetCurrentMethod().DeclaringType);
// Fields
private bool m_dumpAssetsToFile;