minor: remove some mono compiler warnings in ServicesServerBase

user_profiles
Justin Clark-Casey (justincc) 2013-04-29 22:21:57 +01:00
parent 537b243360
commit 3ce198165c
1 changed files with 0 additions and 5 deletions

View File

@ -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);