* Remove some mono compiler warnings

This commit is contained in:
Justin Clark-Casey
2009-08-05 17:33:23 +01:00
parent 3323413f53
commit 190bdc8a2e
9 changed files with 28 additions and 31 deletions

View File

@@ -38,9 +38,7 @@ namespace OpenSim.Services.FreeswitchService
{
public class FreeswitchService : FreeswitchServiceBase, IFreeswitchService
{
private static readonly ILog m_log =
LogManager.GetLogger(
MethodBase.GetCurrentMethod().DeclaringType);
//private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
public FreeswitchService(IConfigSource config) : base(config)
{