squashing further warnings.

This commit is contained in:
Dr Scofield
2008-07-18 10:57:18 +00:00
parent 3fb0a08619
commit 0171e76246
3 changed files with 21 additions and 21 deletions

View File

@@ -298,7 +298,7 @@ namespace OpenSim.Data.NHibernate
Terrain t = session.Load(typeof(Terrain), regionID) as Terrain;
return t.Doubles;
}
catch (ObjectNotFoundException e)
catch (ObjectNotFoundException)
{
m_log.Info("No terrain yet");
return null;