minor: remove some recent mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2012-07-07 00:36:01 +01:00
parent 1201307c73
commit 16d5b79d57
2 changed files with 1 additions and 3 deletions

View File

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