minor: Remove some mono compiler warnings. Uncomment code when it's actually being used.

This commit is contained in:
Justin Clarke Casey
2009-04-15 19:46:37 +00:00
parent 63936d442c
commit 9f6b8ec9b0
5 changed files with 33 additions and 33 deletions

View File

@@ -41,7 +41,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.XmlRpcRouterModule
{
public class XmlRpcRouter : IRegionModule, IXmlRpcRouter
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
//private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
public void Initialise(Scene scene, IConfigSource config)
{