remove some mono compiler warnings and unnecessary dictionary instantiations

This commit is contained in:
Justin Clark-Casey (justincc)
2011-01-21 22:51:52 +00:00
parent 5f3f7c3405
commit bf5ec8cb88
7 changed files with 10 additions and 20 deletions

View File

@@ -41,9 +41,9 @@ namespace OpenSim.Server.Handlers.Hypergrid
{
public class GatekeeperServiceInConnector : ServiceConnector
{
private static readonly ILog m_log =
LogManager.GetLogger(
MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_log =
// LogManager.GetLogger(
// MethodBase.GetCurrentMethod().DeclaringType);
private IGatekeeperService m_GatekeeperService;
public IGatekeeperService GateKeeper