diff options
author | Justin Clarke Casey | 2009-02-25 20:53:02 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-02-25 20:53:02 +0000 |
commit | 36e648a37aac3d169dbf28ce14c75f488da8a11e (patch) | |
tree | 89299f4b5d6fab106db7865b76dca34573cf1f34 /OpenSim/Data/Tests/BasicUserTest.cs | |
parent | * Properly load items into correct folders when an iar is loaded (diff) | |
download | opensim-SC_OLD-36e648a37aac3d169dbf28ce14c75f488da8a11e.zip opensim-SC_OLD-36e648a37aac3d169dbf28ce14c75f488da8a11e.tar.gz opensim-SC_OLD-36e648a37aac3d169dbf28ce14c75f488da8a11e.tar.bz2 opensim-SC_OLD-36e648a37aac3d169dbf28ce14c75f488da8a11e.tar.xz |
* minor: Remove most mono compiler warnings
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/Tests/BasicUserTest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/Tests/BasicUserTest.cs b/OpenSim/Data/Tests/BasicUserTest.cs index 151faa2..82ff08b 100644 --- a/OpenSim/Data/Tests/BasicUserTest.cs +++ b/OpenSim/Data/Tests/BasicUserTest.cs | |||
@@ -42,7 +42,7 @@ namespace OpenSim.Data.Tests | |||
42 | { | 42 | { |
43 | public class BasicUserTest | 43 | public class BasicUserTest |
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 | public IUserDataPlugin db; | 46 | public IUserDataPlugin db; |
47 | public UUID user1; | 47 | public UUID user1; |
48 | public UUID user2; | 48 | public UUID user2; |