* minor: remove compile warning

This commit is contained in:
Justin Clarke Casey
2008-10-08 20:02:27 +00:00
parent ac89e89da3
commit 2be8380831

View File

@@ -352,7 +352,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
}
}
}
catch (Exception e)
catch (Exception)
{
throw;
}