Remove a couple of compiler warnings pointed out by SignpostMarv

This commit is contained in:
Justin Clark-Casey (justincc)
2012-07-27 20:40:25 +01:00
parent 811dc95105
commit 1133f81dce
2 changed files with 0 additions and 3 deletions

View File

@@ -3242,8 +3242,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
((LSL_Api)m_LSL_Api).llSay(0, string.Format("Unable to attach, item '{0}' is not an object.", itemName));
throw new Exception(String.Format("The inventory item '{0}' is not an object", itemName));
return;
}
ScenePresence sp = World.GetScenePresence(avatarId);