* Remove some mono compiler warnings

This commit is contained in:
Justin Clark-Casey
2009-08-05 17:33:23 +01:00
parent 3323413f53
commit 190bdc8a2e
9 changed files with 28 additions and 31 deletions

View File

@@ -60,9 +60,9 @@ namespace OpenSim.Region.CoreModules.Scripting.LSLHttp
public class UrlModule : ISharedRegionModule, IUrlModule
{
private static readonly ILog m_log =
LogManager.GetLogger(
MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_log =
// LogManager.GetLogger(
// MethodBase.GetCurrentMethod().DeclaringType);
private Dictionary<UUID, UrlData> m_RequestMap =
new Dictionary<UUID, UrlData>();