pesty warnings

This commit is contained in:
UbitUmarov
2018-01-17 07:04:07 +00:00
parent ade0d8a81f
commit e9d2d81880
7 changed files with 6 additions and 17 deletions

View File

@@ -242,11 +242,7 @@ namespace OpenSim.Framework.Monitoring
public virtual OSDMap ToBriefOSDMap()
{
OSDMap ret = new OSDMap();
ret.Add("Value", OSD.FromReal(Value));
double lastChangeOverTime, averageChangeOverTime;
return ret;
}