diff options
author | Justin Clark-Casey (justincc) | 2011-01-18 00:14:58 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-01-18 00:14:58 +0000 |
commit | 523628dca30ea46c4da103f06e71931c36b7c063 (patch) | |
tree | 2d1785ffb071fdec273da2371320064dc3673c84 /OpenSim/Services/Connectors/Simulation/SimulationDataService.cs | |
parent | Reduce amount of debug lopgging put out by some simiangrid connectors. Pleas... (diff) | |
download | opensim-SC-523628dca30ea46c4da103f06e71931c36b7c063.zip opensim-SC-523628dca30ea46c4da103f06e71931c36b7c063.tar.gz opensim-SC-523628dca30ea46c4da103f06e71931c36b7c063.tar.bz2 opensim-SC-523628dca30ea46c4da103f06e71931c36b7c063.tar.xz |
minor: remove mono compiler warnings
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Services/Connectors/Simulation/SimulationDataService.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Services/Connectors/Simulation/SimulationDataService.cs b/OpenSim/Services/Connectors/Simulation/SimulationDataService.cs index 0df9380..ccef50b 100644 --- a/OpenSim/Services/Connectors/Simulation/SimulationDataService.cs +++ b/OpenSim/Services/Connectors/Simulation/SimulationDataService.cs | |||
@@ -43,9 +43,9 @@ namespace OpenSim.Services.Connectors | |||
43 | { | 43 | { |
44 | public class SimulationDataService : ServiceBase, ISimulationDataService | 44 | public class SimulationDataService : ServiceBase, ISimulationDataService |
45 | { | 45 | { |
46 | private static readonly ILog m_log = | 46 | // private static readonly ILog m_log = |
47 | LogManager.GetLogger( | 47 | // LogManager.GetLogger( |
48 | MethodBase.GetCurrentMethod().DeclaringType); | 48 | // MethodBase.GetCurrentMethod().DeclaringType); |
49 | 49 | ||
50 | protected ISimulationDataStore m_database; | 50 | protected ISimulationDataStore m_database; |
51 | 51 | ||