* minor: warnings removal

This commit is contained in:
Justin Clarke Casey
2008-09-21 20:56:39 +00:00
parent 37da083de5
commit 451bd5a0ca
6 changed files with 20 additions and 20 deletions

View File

@@ -171,7 +171,7 @@ namespace OpenSim.ApplicationPlugins.ScriptEngine
{
p.Close();
}
catch (Exception ex)
catch (Exception)
{
// TODO: Print error to console
}