* minor: remove one mono compiler warning

This commit is contained in:
Justin Clarke Casey
2009-03-27 20:03:20 +00:00
parent bd8d6fad45
commit 3fe010d716

View File

@@ -774,7 +774,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.CodeTools
m_positionMap[k] = v;
}
}
catch (Exception e)
catch
{
}
}