Skip to content

Commit 1820a41

Browse files
committed
Remove standard deviation from GenericMeasureInfo
1 parent 1a9d689 commit 1820a41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Microsoft.PowerShell.Commands.Utility/commands/utility/Measure-Object.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,6 @@ private MeasureInfo CreateGenericMeasureInfo(Statistics stat, bool shouldUseGene
883883
gmi.Count = stat.count;
884884
gmi.Sum = sum;
885885
gmi.Average = average;
886-
gmi.StdDeviation = stdDeviation;
887886
if (null != max)
888887
{
889888
gmi.Maximum = (double)max;

0 commit comments

Comments
 (0)