minor: remove some mono compiler warnings

This commit is contained in:
Justin Clarke Casey
2009-07-15 20:49:58 +00:00
parent d89cf47d50
commit 5815162d7e
11 changed files with 18 additions and 21 deletions

View File

@@ -42,7 +42,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
{
private readonly Scene m_rootScene;
private readonly UUID m_ID;
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
//private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
public SPAvatar(Scene scene, UUID ID)
{