From de467f4903ea41374382cf8a005b3fdeeae280e7 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Sat, 6 Sep 2008 00:09:24 +0000 Subject: * Remove lots of warnings from the CMS module * Remove a few other miscellaneous warnings --- OpenSim/Region/Environment/Scenes/EntityList.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Environment/Scenes') diff --git a/OpenSim/Region/Environment/Scenes/EntityList.cs b/OpenSim/Region/Environment/Scenes/EntityList.cs index a03b36c..ff8def2 100644 --- a/OpenSim/Region/Environment/Scenes/EntityList.cs +++ b/OpenSim/Region/Environment/Scenes/EntityList.cs @@ -153,7 +153,7 @@ namespace OpenSim.Region.Environment.Scenes ScenePresence sp = (ScenePresence)m_pres_by_uuid[uuid]; return sp; } - catch (Exception e) + catch (Exception) { return null; } -- cgit v1.1