* minor: remove mono compiler warnings

This commit is contained in:
Justin Clarke Casey
2008-10-28 21:47:43 +00:00
parent 1ff9709ea3
commit 7beeaf51f8
2 changed files with 5 additions and 5 deletions

View File

@@ -153,7 +153,7 @@ namespace OpenSim.Framework.Servers
{
sb.Append("ID: " + t.ManagedThreadId + ", Name: " + t.Name + ", DEAD" + Environment.NewLine);
}
catch (Exception e)
catch
{
sb.Append("THREAD ERROR" + Environment.NewLine);
}