minor: remove some mono compiler warnings in ServicesServerBase
parent
537b243360
commit
3ce198165c
|
@ -171,11 +171,6 @@ namespace OpenSim.Server.Base
|
||||||
|
|
||||||
m_console = MainConsole.Instance;
|
m_console = MainConsole.Instance;
|
||||||
|
|
||||||
// Configure the appenders for log4net
|
|
||||||
//
|
|
||||||
OpenSimAppender consoleAppender = null;
|
|
||||||
FileAppender fileAppender = null;
|
|
||||||
|
|
||||||
if (logConfig != null)
|
if (logConfig != null)
|
||||||
{
|
{
|
||||||
FileInfo cfg = new FileInfo(logConfig);
|
FileInfo cfg = new FileInfo(logConfig);
|
||||||
|
|
Loading…
Reference in New Issue