mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
minor: remove some mono compiler warnings
This commit is contained in:
@@ -43,13 +43,13 @@ namespace OpenSim.Services.Connectors
|
||||
/// </summary>
|
||||
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<UUID, InventoryReceiptCallback> m_RequestingInventory = new Dictionary<UUID, InventoryReceiptCallback>();
|
||||
//private Dictionary<UUID, InventoryReceiptCallback> m_RequestingInventory = new Dictionary<UUID, InventoryReceiptCallback>();
|
||||
|
||||
public QuickAndDirtyInventoryServiceConnector()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user