diff options
author | Justin Clark-Casey (justincc) | 2010-08-13 21:19:32 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-08-13 21:19:32 +0100 |
commit | feba3164af384371ecb21b21edba1f7045e1939c (patch) | |
tree | 20f0d8824c5965a7161962c41e7f2117ce6064d6 /OpenSim/Tests | |
parent | refactor: move Scene.TerrainUnAcked() handling into TerrainModule (diff) | |
download | opensim-SC_OLD-feba3164af384371ecb21b21edba1f7045e1939c.zip opensim-SC_OLD-feba3164af384371ecb21b21edba1f7045e1939c.tar.gz opensim-SC_OLD-feba3164af384371ecb21b21edba1f7045e1939c.tar.bz2 opensim-SC_OLD-feba3164af384371ecb21b21edba1f7045e1939c.tar.xz |
minor: remove mono compiler warning
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestInventoryDataPlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestInventoryDataPlugin.cs b/OpenSim/Tests/Common/Mock/TestInventoryDataPlugin.cs index fecb73f..7c4f689 100644 --- a/OpenSim/Tests/Common/Mock/TestInventoryDataPlugin.cs +++ b/OpenSim/Tests/Common/Mock/TestInventoryDataPlugin.cs | |||
@@ -42,7 +42,7 @@ namespace OpenSim.Tests.Common.Mock | |||
42 | /// </summary> | 42 | /// </summary> |
43 | public class TestInventoryDataPlugin : IInventoryDataPlugin | 43 | public class TestInventoryDataPlugin : IInventoryDataPlugin |
44 | { | 44 | { |
45 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 45 | // private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
46 | 46 | ||
47 | /// <value> | 47 | /// <value> |
48 | /// Inventory folders | 48 | /// Inventory folders |