minor: remove mono compiler warning

iar_mods
Justin Clark-Casey (justincc) 2011-11-26 01:40:46 +00:00
parent bafea2282a
commit 46e1bcb6b6
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
{
public class ScriptInstance : MarshalByRefObject, IScriptInstance
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
private IScriptEngine m_Engine;
private IScriptWorkItem m_CurrentResult = null;