diff options
author | Justin Clark-Casey | 2009-08-05 17:33:23 +0100 |
---|---|---|
committer | Justin Clark-Casey | 2009-08-05 17:33:23 +0100 |
commit | 190bdc8a2e8fa842759087749592769f951834ab (patch) | |
tree | 5f8015500e8602417018ba409edc1cfd0acc674d /OpenSim/Framework | |
parent | reinstate TestReplicateArchivePathToUserInventory() (diff) | |
download | opensim-SC_OLD-190bdc8a2e8fa842759087749592769f951834ab.zip opensim-SC_OLD-190bdc8a2e8fa842759087749592769f951834ab.tar.gz opensim-SC_OLD-190bdc8a2e8fa842759087749592769f951834ab.tar.bz2 opensim-SC_OLD-190bdc8a2e8fa842759087749592769f951834ab.tar.xz |
* Remove some mono compiler warnings
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/AvatarAppearance.cs | 3 | ||||
-rw-r--r-- | OpenSim/Framework/Communications/Tests/LoginServiceTests.cs | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/OpenSim/Framework/AvatarAppearance.cs b/OpenSim/Framework/AvatarAppearance.cs index 0b9ea42..6a07bc9 100644 --- a/OpenSim/Framework/AvatarAppearance.cs +++ b/OpenSim/Framework/AvatarAppearance.cs | |||
@@ -38,8 +38,7 @@ namespace OpenSim.Framework | |||
38 | { | 38 | { |
39 | public class AvatarAppearance | 39 | public class AvatarAppearance |
40 | { | 40 | { |
41 | private static readonly ILog m_log | 41 | //private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
42 | = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | ||
43 | 42 | ||
44 | // these are guessed at by the list here - | 43 | // these are guessed at by the list here - |
45 | // http://wiki.secondlife.com/wiki/Avatar_Appearance. We'll | 44 | // http://wiki.secondlife.com/wiki/Avatar_Appearance. We'll |
diff --git a/OpenSim/Framework/Communications/Tests/LoginServiceTests.cs b/OpenSim/Framework/Communications/Tests/LoginServiceTests.cs index 4070b49..47e0293 100644 --- a/OpenSim/Framework/Communications/Tests/LoginServiceTests.cs +++ b/OpenSim/Framework/Communications/Tests/LoginServiceTests.cs | |||
@@ -90,8 +90,8 @@ namespace OpenSim.Framework.Communications.Tests | |||
90 | TestHelper.InMethod(); | 90 | TestHelper.InMethod(); |
91 | // We want to use our own LoginService for this test, one that | 91 | // We want to use our own LoginService for this test, one that |
92 | // doesn't require authentication. | 92 | // doesn't require authentication. |
93 | LoginService loginService = new LLStandaloneLoginService((UserManagerBase)m_commsManager.UserService, "Hello folks", new TestInventoryService(), | 93 | new LLStandaloneLoginService((UserManagerBase)m_commsManager.UserService, "Hello folks", new TestInventoryService(), |
94 | m_commsManager.NetworkServersInfo, false, new LibraryRootFolder(String.Empty), m_regionConnector); | 94 | m_commsManager.NetworkServersInfo, false, new LibraryRootFolder(String.Empty), m_regionConnector); |
95 | 95 | ||
96 | Hashtable loginParams = new Hashtable(); | 96 | Hashtable loginParams = new Hashtable(); |
97 | loginParams["first"] = m_firstName; | 97 | loginParams["first"] = m_firstName; |