From fbf90b1ecec7bf26bb0e948f34877bb049e6f333 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Tue, 25 Nov 2008 15:41:42 +0000 Subject: * minor: eliminate mono compiler warnings --- OpenSim/Region/Communications/Hypergrid/HGInventoryService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Region/Communications/Hypergrid/HGInventoryService.cs') diff --git a/OpenSim/Region/Communications/Hypergrid/HGInventoryService.cs b/OpenSim/Region/Communications/Hypergrid/HGInventoryService.cs index 9ef040b..136fea1 100644 --- a/OpenSim/Region/Communications/Hypergrid/HGInventoryService.cs +++ b/OpenSim/Region/Communications/Hypergrid/HGInventoryService.cs @@ -46,7 +46,7 @@ namespace OpenSim.Region.Communications.Hypergrid = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); private string _inventoryServerUrl; - private Uri m_Uri; + //private Uri m_Uri; private UserProfileCacheService m_userProfileCache; private bool m_gridmode = false; @@ -61,7 +61,7 @@ namespace OpenSim.Region.Communications.Hypergrid public HGInventoryService(string inventoryServerUrl, UserProfileCacheService userProfileCacheService, bool gridmode) { _inventoryServerUrl = HGNetworkServersInfo.ServerURI(inventoryServerUrl); - m_Uri = new Uri(_inventoryServerUrl); + //m_Uri = new Uri(_inventoryServerUrl); m_userProfileCache = userProfileCacheService; m_gridmode = gridmode; } -- cgit v1.1