From 36e648a37aac3d169dbf28ce14c75f488da8a11e Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 25 Feb 2009 20:53:02 +0000 Subject: * minor: Remove most mono compiler warnings --- OpenSim/Grid/GridServer.Modules/GridRestModule.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Grid/GridServer.Modules/GridRestModule.cs') diff --git a/OpenSim/Grid/GridServer.Modules/GridRestModule.cs b/OpenSim/Grid/GridServer.Modules/GridRestModule.cs index 95fa706..7df6514 100644 --- a/OpenSim/Grid/GridServer.Modules/GridRestModule.cs +++ b/OpenSim/Grid/GridServer.Modules/GridRestModule.cs @@ -53,7 +53,7 @@ namespace OpenSim.Grid.GridServer.Modules /// /// Used to notify old regions as to which OpenSim version to upgrade to /// - private string m_opensimVersion; + //private string m_opensimVersion; protected BaseHttpServer m_httpServer; @@ -69,7 +69,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; -- cgit v1.1