minor: remove mono compiler warning in OfflineIMService

cpu-performance
Justin Clark-Casey (justincc) 2013-06-18 23:52:15 +01:00
parent 3fe5e9057f
commit 1a72f62d7b
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ namespace OpenSim.OfflineIM
{
public class OfflineIMService : OfflineIMServiceBase, IOfflineIMService
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
private const int MAX_IM = 25;
private XmlSerializer m_serializer;