mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
remove some mono compiler warnings and unnecessary dictionary instantiations
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user