From 5815162d7ef1df861de082cee9e99cec14805572 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 15 Jul 2009 20:49:58 +0000 Subject: minor: remove some mono compiler warnings --- .../Inventory/QuickAndDirtyInventoryServiceConnector.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'OpenSim/Services/Connectors') diff --git a/OpenSim/Services/Connectors/Inventory/QuickAndDirtyInventoryServiceConnector.cs b/OpenSim/Services/Connectors/Inventory/QuickAndDirtyInventoryServiceConnector.cs index e95b83d..6a93c04 100644 --- a/OpenSim/Services/Connectors/Inventory/QuickAndDirtyInventoryServiceConnector.cs +++ b/OpenSim/Services/Connectors/Inventory/QuickAndDirtyInventoryServiceConnector.cs @@ -43,13 +43,13 @@ namespace OpenSim.Services.Connectors /// public class QuickAndDirtyInventoryServiceConnector : IInventoryService { - private static readonly ILog m_log = - LogManager.GetLogger( - MethodBase.GetCurrentMethod().DeclaringType); +// private static readonly ILog m_log = +// LogManager.GetLogger( +// MethodBase.GetCurrentMethod().DeclaringType); private string m_ServerURI = String.Empty; - private Dictionary m_RequestingInventory = new Dictionary(); + //private Dictionary m_RequestingInventory = new Dictionary(); public QuickAndDirtyInventoryServiceConnector() { -- cgit v1.1