* minor: remove one mono compiler warning

0.6.5-rc1
Justin Clarke Casey 2009-03-27 20:03:20 +00:00
parent bd8d6fad45
commit 3fe010d716
1 changed files with 1 additions and 1 deletions

View File

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