Commit 3f52e2c8 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Remove useless method getStatList()

parent 1cb29cf1
......@@ -142,9 +142,6 @@ class BenchmarkResult(object):
self._suite_idx = 0
self._result_idx = 0
def getStatList(self):
return self._stat_list
def getCurrentSuiteStatList(self):
start_index = self._suite_idx and \
self._result_idx_checkpoint_list[self._suite_idx - 1] or 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment