From ad7b005784cd44fe6db20db365f7723e23bdc51a Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Tue, 7 Apr 2009 20:24:09 +0000 Subject: * minor: remove some mono compiler warnings --- OpenSim/Grid/InventoryServer/Main.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Grid') diff --git a/OpenSim/Grid/InventoryServer/Main.cs b/OpenSim/Grid/InventoryServer/Main.cs index 70efb85..fa316b1 100644 --- a/OpenSim/Grid/InventoryServer/Main.cs +++ b/OpenSim/Grid/InventoryServer/Main.cs @@ -44,7 +44,7 @@ namespace OpenSim.Grid.InventoryServer private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); private GridInventoryService m_inventoryService; - private HGInventoryService m_directInventoryService; + //private HGInventoryService m_directInventoryService; public const string LogName = "INVENTORY"; @@ -83,7 +83,7 @@ namespace OpenSim.Grid.InventoryServer m_log.Info("[" + LogName + "]: Started HTTP server"); - m_directInventoryService = new HGInventoryService(m_inventoryService, config.AssetServerURL, config.UserServerURL, m_httpServer, config.InventoryServerURL); + //m_directInventoryService = new HGInventoryService(m_inventoryService, config.AssetServerURL, config.UserServerURL, m_httpServer, config.InventoryServerURL); base.StartupSpecific(); -- cgit v1.1