minor: remove some recent mono compiler warnings

0.7.3-extended
Justin Clark-Casey (justincc) 2012-07-07 00:36:01 +01:00
parent 298c4c0eb5
commit 74b4efd7f9
2 changed files with 1 additions and 3 deletions

View File

@ -1070,8 +1070,6 @@ namespace OpenSim.Data.Tests
regionInfo.RegionLocX = 0;
regionInfo.RegionLocY = 0;
Scene scene = new Scene(regionInfo);
SceneObjectPart sop = new SceneObjectPart();
sop.Name = name;
sop.Description = name;

View File

@ -158,7 +158,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Tests
{
osslApi.osForceAttachToAvatarFromInventory(taskInvObjItemName, (int)attachPoint);
}
catch (Exception e)
catch (Exception)
{
exceptionCaught = true;
}