From c6283cacacd9c2a0992e233f54b6d9d272564449 Mon Sep 17 00:00:00 2001 From: Homer Horwitz Date: Sat, 4 Apr 2009 14:26:24 +0000 Subject: Remove some Mono warnings. --- OpenSim/Framework/Communications/Services/HGInventoryService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Framework/Communications') diff --git a/OpenSim/Framework/Communications/Services/HGInventoryService.cs b/OpenSim/Framework/Communications/Services/HGInventoryService.cs index d59d1ae..adc2056 100644 --- a/OpenSim/Framework/Communications/Services/HGInventoryService.cs +++ b/OpenSim/Framework/Communications/Services/HGInventoryService.cs @@ -62,14 +62,14 @@ namespace OpenSim.Framework.Communications.Services IAssetDataPlugin m_assetProvider = null; // These two used for remote access - string m_UserServerURL = string.Empty; + //string m_UserServerURL = string.Empty; string m_AssetServerURL = string.Empty; SynchronousGridAssetClient m_AssetClient = null; // Constructor for grid inventory server public HGInventoryService(InventoryServiceBase invService, string assetServiceURL, string userServiceURL, IHttpServer httpserver, string thisurl) { - m_UserServerURL = userServiceURL; + //m_UserServerURL = userServiceURL; m_AssetServerURL = assetServiceURL; m_AssetClient = new SynchronousGridAssetClient(m_AssetServerURL); -- cgit v1.1