Remove some mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2012-06-30 01:25:27 +01:00
parent a4551b027b
commit 1926de5a05
7 changed files with 21 additions and 24 deletions

View File

@@ -40,9 +40,7 @@ namespace OpenSim.Server.Base
{
public class HttpServerBase : ServicesServerBase
{
// Logger
//
private static readonly ILog m_Log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_Log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
private uint m_consolePort;