minor: remove some compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2010-12-10 03:08:31 +00:00
parent cefdee8aaf
commit 3053f5ba7d
4 changed files with 4 additions and 4 deletions

View File

@@ -1845,7 +1845,7 @@ namespace OpenSim.Framework.Servers.HttpServer
/// property in StartHttp() for the HttpListener
public class HttpServerLogWriter : ILogWriter
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
public void Write(object source, LogPrio priority, string message)
{