minor: remove mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2010-09-03 21:28:57 +01:00
parent 71c0fc10df
commit 8d2e8b7d5c
3 changed files with 8 additions and 8 deletions

View File

@@ -41,7 +41,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
/// </summary>
public static class InventoryArchiveUtils
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
// Character used for escaping the path delimter ("\/") and itself ("\\") in human escaped strings
public static readonly char ESCAPE_CHARACTER = '\\';