Eliminated many warnings

This commit is contained in:
Oren Hurvitz
2014-04-22 20:04:12 +03:00
parent 617bc4710a
commit 998d7009a6
48 changed files with 101 additions and 77 deletions

View File

@@ -262,7 +262,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.JsonStore
{
map = new JsonStore(value);
}
catch (Exception e)
catch (Exception)
{
m_log.ErrorFormat("[JsonStore]: Unable to initialize store from {0}", value);
return false;
@@ -285,8 +285,6 @@ namespace OpenSim.Region.OptionalModules.Scripting.JsonStore
lock (m_JsonValueStore)
return m_JsonValueStore.Remove(storeID);
return true;
}
// -----------------------------------------------------------------