minor: remove mono compiler warning

0.7.4.1
Justin Clark-Casey (justincc) 2012-05-04 21:04:42 +01:00
parent 92fde6ed26
commit c84ef57e52
1 changed files with 1 additions and 1 deletions

View File

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