diff options
author | Justin Clarke Casey | 2009-07-15 20:49:58 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-07-15 20:49:58 +0000 |
commit | 5815162d7ef1df861de082cee9e99cec14805572 (patch) | |
tree | 1ea8e534822d108da56788b42f07d021e515d22a /OpenSim/Services/Connectors/Inventory | |
parent | * Change server prompt from B.U.S.T to R.O.B.U.S.T, as per mailing list (diff) | |
download | opensim-SC_OLD-5815162d7ef1df861de082cee9e99cec14805572.zip opensim-SC_OLD-5815162d7ef1df861de082cee9e99cec14805572.tar.gz opensim-SC_OLD-5815162d7ef1df861de082cee9e99cec14805572.tar.bz2 opensim-SC_OLD-5815162d7ef1df861de082cee9e99cec14805572.tar.xz |
minor: remove some mono compiler warnings
Diffstat (limited to 'OpenSim/Services/Connectors/Inventory')
-rw-r--r-- | OpenSim/Services/Connectors/Inventory/QuickAndDirtyInventoryServiceConnector.cs | 8 |
1 files changed, 4 insertions, 4 deletions
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 | |||
43 | /// </summary> | 43 | /// </summary> |
44 | public class QuickAndDirtyInventoryServiceConnector : IInventoryService | 44 | public class QuickAndDirtyInventoryServiceConnector : IInventoryService |
45 | { | 45 | { |
46 | private static readonly ILog m_log = | 46 | // private static readonly ILog m_log = |
47 | LogManager.GetLogger( | 47 | // LogManager.GetLogger( |
48 | MethodBase.GetCurrentMethod().DeclaringType); | 48 | // MethodBase.GetCurrentMethod().DeclaringType); |
49 | 49 | ||
50 | private string m_ServerURI = String.Empty; | 50 | private string m_ServerURI = String.Empty; |
51 | 51 | ||
52 | private Dictionary<UUID, InventoryReceiptCallback> m_RequestingInventory = new Dictionary<UUID, InventoryReceiptCallback>(); | 52 | //private Dictionary<UUID, InventoryReceiptCallback> m_RequestingInventory = new Dictionary<UUID, InventoryReceiptCallback>(); |
53 | 53 | ||
54 | public QuickAndDirtyInventoryServiceConnector() | 54 | public QuickAndDirtyInventoryServiceConnector() |
55 | { | 55 | { |