From fc2c73d5c661cc28a037fd9217e8071159ff031f Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 6 Mar 2009 21:00:15 +0000 Subject: * minor: remove some mono compiler warnings --- OpenSim/Client/Linden/LLStandaloneLoginModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Client/Linden') diff --git a/OpenSim/Client/Linden/LLStandaloneLoginModule.cs b/OpenSim/Client/Linden/LLStandaloneLoginModule.cs index 686a621..11bb2c4 100644 --- a/OpenSim/Client/Linden/LLStandaloneLoginModule.cs +++ b/OpenSim/Client/Linden/LLStandaloneLoginModule.cs @@ -46,7 +46,7 @@ namespace OpenSim.Client.Linden { public class LLStandaloneLoginModule : IRegionModule, ILoginServiceToRegionsConnector { - private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); + //private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); protected List m_scenes = new List(); protected Scene m_firstScene; -- cgit v1.1