aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-08-23 21:41:16 +0100
committerJustin Clark-Casey (justincc)2011-08-23 21:41:16 +0100
commit014cd4f8bb018391aef8e3301988975403b939a1 (patch)
treec6178fa5afaacb081e9838717567621c1a79e6e0 /OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory
parentreplace TestRemoveAttachments() with a more thorough TestRemoveAttachment() (diff)
downloadopensim-SC_OLD-014cd4f8bb018391aef8e3301988975403b939a1.zip
opensim-SC_OLD-014cd4f8bb018391aef8e3301988975403b939a1.tar.gz
opensim-SC_OLD-014cd4f8bb018391aef8e3301988975403b939a1.tar.bz2
opensim-SC_OLD-014cd4f8bb018391aef8e3301988975403b939a1.tar.xz
remove mono compiler warnings
Diffstat (limited to 'OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory')
-rw-r--r--OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/LocalInventoryServiceConnector.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/LocalInventoryServiceConnector.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/LocalInventoryServiceConnector.cs
index 0c57618..65e39c0 100644
--- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/LocalInventoryServiceConnector.cs
+++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/LocalInventoryServiceConnector.cs
@@ -280,7 +280,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Inventory
280 { 280 {
281// m_log.DebugFormat("[LOCAL INVENTORY SERVICES CONNECTOR]: Requesting inventory item {0}", item.ID); 281// m_log.DebugFormat("[LOCAL INVENTORY SERVICES CONNECTOR]: Requesting inventory item {0}", item.ID);
282 282
283 UUID requestedItemId = item.ID; 283// UUID requestedItemId = item.ID;
284 284
285 item = m_InventoryService.GetItem(item); 285 item = m_InventoryService.GetItem(item);
286 286