aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-04-07 20:24:09 +0000
committerJustin Clarke Casey2009-04-07 20:24:09 +0000
commitad7b005784cd44fe6db20db365f7723e23bdc51a (patch)
treefee6dd8bd163a2e0587866e202fc80b98c953e50 /OpenSim/Grid
parent* Remove unnecessary build dependencies on the ExamplemoneyModule stub. (diff)
downloadopensim-SC_OLD-ad7b005784cd44fe6db20db365f7723e23bdc51a.zip
opensim-SC_OLD-ad7b005784cd44fe6db20db365f7723e23bdc51a.tar.gz
opensim-SC_OLD-ad7b005784cd44fe6db20db365f7723e23bdc51a.tar.bz2
opensim-SC_OLD-ad7b005784cd44fe6db20db365f7723e23bdc51a.tar.xz
* minor: remove some mono compiler warnings
Diffstat (limited to 'OpenSim/Grid')
-rw-r--r--OpenSim/Grid/InventoryServer/Main.cs4
1 files changed, 2 insertions, 2 deletions
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
44 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 44 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
45 45
46 private GridInventoryService m_inventoryService; 46 private GridInventoryService m_inventoryService;
47 private HGInventoryService m_directInventoryService; 47 //private HGInventoryService m_directInventoryService;
48 48
49 public const string LogName = "INVENTORY"; 49 public const string LogName = "INVENTORY";
50 50
@@ -83,7 +83,7 @@ namespace OpenSim.Grid.InventoryServer
83 83
84 m_log.Info("[" + LogName + "]: Started HTTP server"); 84 m_log.Info("[" + LogName + "]: Started HTTP server");
85 85
86 m_directInventoryService = new HGInventoryService(m_inventoryService, config.AssetServerURL, config.UserServerURL, m_httpServer, config.InventoryServerURL); 86 //m_directInventoryService = new HGInventoryService(m_inventoryService, config.AssetServerURL, config.UserServerURL, m_httpServer, config.InventoryServerURL);
87 87
88 base.StartupSpecific(); 88 base.StartupSpecific();
89 89