mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
minor: Remove some mono compiler warnings. Uncomment code when it's actually being used.
This commit is contained in:
@@ -770,7 +770,7 @@ namespace OpenSim.Region.ScriptEngine.XEngine
|
||||
if (part != null)
|
||||
part.RemoveScriptEvents(itemID);
|
||||
|
||||
bool objectRemoved = false;
|
||||
// bool objectRemoved = false;
|
||||
|
||||
lock (m_PrimObjects)
|
||||
{
|
||||
@@ -785,7 +785,7 @@ namespace OpenSim.Region.ScriptEngine.XEngine
|
||||
if (m_PrimObjects[localID].Count == 0)
|
||||
{
|
||||
m_PrimObjects.Remove(localID);
|
||||
objectRemoved = true;
|
||||
// objectRemoved = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user