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

@@ -38,7 +38,7 @@ namespace OpenSim.Server.Handlers.Simulation
public class SimulationServiceInConnector : ServiceConnector
{
private ISimulationService m_LocalSimulationService;
private IAuthenticationService m_AuthenticationService;
// private IAuthenticationService m_AuthenticationService;
public SimulationServiceInConnector(IConfigSource config, IHttpServer server, IScene scene) :
base(config, server, String.Empty)