* minor: remove compile warning

0.6.0-stable
Justin Clarke Casey 2008-10-08 20:02:27 +00:00
parent ac89e89da3
commit 2be8380831
1 changed files with 1 additions and 1 deletions

View File

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