minor: remove mono compiler warning
parent
bdba4500ed
commit
55a0896918
|
@ -1391,7 +1391,7 @@ namespace OpenSim.Region.ScriptEngine.XEngine
|
||||||
if (rootE.GetAttribute("UUID") != itemID.ToString())
|
if (rootE.GetAttribute("UUID") != itemID.ToString())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
string assetID = rootE.GetAttribute("Asset");
|
// string assetID = rootE.GetAttribute("Asset");
|
||||||
|
|
||||||
XmlNodeList stateL = rootE.GetElementsByTagName("ScriptState");
|
XmlNodeList stateL = rootE.GetElementsByTagName("ScriptState");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue