minor: remove mono compiler warning

mysql-performance
Justin Clark-Casey (justincc) 2009-11-27 19:28:26 +00:00
parent bdba4500ed
commit 55a0896918
1 changed files with 1 additions and 1 deletions

View File

@ -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");