* Removed 12 compiler warnings.

This commit is contained in:
Adam Frisby
2007-12-04 08:18:09 +00:00
parent e820159fb5
commit be7ae3dd3e
11 changed files with 5 additions and 14 deletions

View File

@@ -125,7 +125,7 @@ namespace OpenSim.Region.ClientStack
return;
}
catch (System.ObjectDisposedException od)
catch (System.ObjectDisposedException)
{
return;
}