Remove some mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2012-06-30 01:25:27 +01:00
parent a4551b027b
commit 1926de5a05
7 changed files with 21 additions and 24 deletions

View File

@@ -57,7 +57,7 @@ namespace OpenSim.Services.HypergridService
private string m_HomeURL;
private IUserAccountService m_UserAccountService;
private UserAccountCache m_Cache;
// private UserAccountCache m_Cache;
private ExpiringCache<UUID, List<XInventoryFolder>> m_SuitcaseTrees = new ExpiringCache<UUID, List<XInventoryFolder>>();
@@ -92,7 +92,7 @@ namespace OpenSim.Services.HypergridService
// Preferred
m_HomeURL = invConfig.GetString("HomeURI", m_HomeURL);
m_Cache = UserAccountCache.CreateUserAccountCache(m_UserAccountService);
// m_Cache = UserAccountCache.CreateUserAccountCache(m_UserAccountService);
}
m_log.Debug("[HG SUITCASE INVENTORY SERVICE]: Starting...");