remove some mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2011-11-25 22:19:57 +00:00
parent 0688861aa7
commit b785f204ce
6 changed files with 13 additions and 13 deletions

View File

@@ -565,7 +565,7 @@ namespace OpenSim.Framework.Console
/// </summary>
public class CommandConsole : ConsoleBase, ICommandConsole
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
public ICommands Commands { get; private set; }