* minor: remove mono compiler warnings

This commit is contained in:
Justin Clarke Casey
2008-11-27 19:51:11 +00:00
parent 45c50998c2
commit 8ba6b2b11a
3 changed files with 3 additions and 4 deletions

View File

@@ -3490,7 +3490,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
handlerGenericMessage(sender, method, msg);
return true;
}
catch (Exception ex)
catch
{
}
}