aboutsummaryrefslogtreecommitdiff
path: root/crosperf/results_report.py
diff options
context:
space:
mode:
Diffstat (limited to 'crosperf/results_report.py')
-rw-r--r--crosperf/results_report.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/crosperf/results_report.py b/crosperf/results_report.py
index 840f7b3a..2f352fe8 100644
--- a/crosperf/results_report.py
+++ b/crosperf/results_report.py
@@ -62,8 +62,6 @@ class ResultsReport(object):
CoeffVarFormat(), "StdDev/Mean"),
Column(GmeanRatioResult(),
RatioFormat(), "GmeanSpeedup"),
- Column(GmeanRatioResult(),
- ColorBoxFormat(), " "),
Column(PValueResult(),
PValueFormat(), "p-value")
]