diff options
author | Richard Linden <none@none> | 2013-08-22 17:00:49 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-08-22 17:00:49 -0700 |
commit | c95d0b884371045a46c345d43fab90b5f3d6ccb2 (patch) | |
tree | 11890b80ee908223f9ff60964738f2a4cfadc576 /indra/llcommon/lltraceaccumulators.cpp | |
parent | 3413a57a90094b1844fbc837d5ce24921c87e600 (diff) | |
parent | cf014375b8b408d58bd35deb4e58e4369fb3bf62 (diff) |
merge
Diffstat (limited to 'indra/llcommon/lltraceaccumulators.cpp')
-rw-r--r-- | indra/llcommon/lltraceaccumulators.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcommon/lltraceaccumulators.cpp b/indra/llcommon/lltraceaccumulators.cpp index c79c102afd..5e25ad6b26 100644 --- a/indra/llcommon/lltraceaccumulators.cpp +++ b/indra/llcommon/lltraceaccumulators.cpp @@ -147,7 +147,6 @@ void SampleAccumulator::addSamples( const SampleAccumulator& other, EBufferAppen if (other.mTotalSamplingTime > epsilon) { - llassert(mTotalSamplingTime > 0); // combine variance (and hence standard deviation) of 2 different sized sample groups using // the following formula: http://www.mrc-bsu.cam.ac.uk/cochrane/handbook/chapter_7/7_7_3_8_combining_groups.htm F64 n_1 = mTotalSamplingTime, |