remove some mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2011-03-31 22:20:12 +01:00
parent 8022400bd4
commit 7bba31e8d9
6 changed files with 8 additions and 10 deletions

View File

@@ -40,8 +40,8 @@ namespace OpenSim.Data.MSSQL
{
public class MSSQLXInventoryData : IXInventoryData
{
private static readonly ILog m_log = LogManager.GetLogger(
MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_log = LogManager.GetLogger(
// MethodBase.GetCurrentMethod().DeclaringType);
private MSSQLGenericTableHandler<XInventoryFolder> m_Folders;
private MSSQLItemHandler m_Items;