minor: remove one mono compiler warning

mysql-performance
Justin Clark-Casey (justincc) 2010-02-03 19:46:33 +00:00
parent 7c69badd3d
commit bde7f361fa
1 changed files with 1 additions and 3 deletions

View File

@ -42,9 +42,7 @@ namespace OpenSim.Region.CoreModules.World
{
public class AccessModule : ISharedRegionModule
{
private static readonly ILog m_log =
LogManager.GetLogger(
MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
private List<Scene> m_SceneList = new List<Scene>();