minor: remove mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2011-01-18 00:14:58 +00:00
parent 8233ef25ba
commit 523628dca3
4 changed files with 11 additions and 11 deletions

View File

@@ -43,9 +43,9 @@ namespace OpenSim.Services.Connectors
{
public class SimulationDataService : ServiceBase, ISimulationDataService
{
private static readonly ILog m_log =
LogManager.GetLogger(
MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_log =
// LogManager.GetLogger(
// MethodBase.GetCurrentMethod().DeclaringType);
protected ISimulationDataStore m_database;