minor: remove some mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2010-02-03 22:19:28 +00:00
parent b1dfcccc9a
commit b9c3846e81
3 changed files with 3 additions and 6 deletions

View File

@@ -41,8 +41,7 @@ namespace OpenSim.Data.SQLite
/// </summary>
public class SQLiteXInventoryData : IXInventoryData
{
private static readonly ILog m_log = LogManager.GetLogger(
MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
private SQLiteGenericTableHandler<XInventoryFolder> m_Folders;
private SqliteItemHandler m_Items;