minor: remove mono compiler warning

0.7.2-post-fixes
Justin Clark-Casey (justincc) 2011-11-26 01:40:46 +00:00
parent 0a0e285919
commit e58daf052d
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;