Remove some mono compiler warnings from OpenSim/Server/Handlers

This commit is contained in:
Justin Clark-Casey (justincc)
2013-08-17 01:08:19 +01:00
parent f5dbfe99b1
commit b3052c425e
3 changed files with 4 additions and 10 deletions

View File

@@ -39,8 +39,7 @@ namespace OpenSim.Server.Handlers.Profiles
{
public class UserProfilesConnector: ServiceConnector
{
static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
// static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
// Our Local Module
public IUserProfilesService ServiceModule
@@ -110,5 +109,4 @@ namespace OpenSim.Server.Handlers.Profiles
Server.AddJsonRPCHandler("user_data_update", handler.UpdateUserAppData);
}
}
}
}