mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
* minor: Remove most mono compiler warnings
This commit is contained in:
@@ -40,7 +40,7 @@ namespace OpenSim.Grid.GridServer.Modules
|
||||
{
|
||||
public class GridMessagingModule : IMessagingServerDiscovery
|
||||
{
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
//private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
protected GridDBService m_gridDBService;
|
||||
protected IGridServiceCore m_gridCore;
|
||||
@@ -50,7 +50,7 @@ namespace OpenSim.Grid.GridServer.Modules
|
||||
/// <value>
|
||||
/// Used to notify old regions as to which OpenSim version to upgrade to
|
||||
/// </value>
|
||||
private string m_opensimVersion;
|
||||
//private string m_opensimVersion;
|
||||
|
||||
protected BaseHttpServer m_httpServer;
|
||||
|
||||
@@ -63,7 +63,7 @@ namespace OpenSim.Grid.GridServer.Modules
|
||||
|
||||
public void Initialise(string opensimVersion, GridDBService gridDBService, IGridServiceCore gridCore, GridConfig config)
|
||||
{
|
||||
m_opensimVersion = opensimVersion;
|
||||
//m_opensimVersion = opensimVersion;
|
||||
m_gridDBService = gridDBService;
|
||||
m_gridCore = gridCore;
|
||||
m_config = config;
|
||||
|
||||
Reference in New Issue
Block a user