minor: remove mono compiler warning

This commit is contained in:
Justin Clark-Casey (justincc)
2012-05-04 21:04:42 +01:00
parent 92fde6ed26
commit c84ef57e52

View File

@@ -275,7 +275,7 @@ namespace OpenSim.Services.LLLoginService
{
dstTimeZone = TimeZoneInfo.FindSystemTimeZoneById(tzName);
}
catch (Exception e)
catch
{
continue;
}