Skip to content

Commit f1b69af

Browse files
author
Thomas Preud'homme
committed
Remove nonsensical fct definition
Aggregation's getvalue function has a nonsensical definition and is thus not used by anything. This commit removes it. Reviewed By: tnfchris Differential Revision: https://reviews.llvm.org/D94838
1 parent 763d5e8 commit f1b69af

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lnt/server/reporting/summaryreport.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ def __init__(self):
1414
def __repr__(self):
1515
return repr(self.getvalue())
1616

17-
def getvalue(self):
18-
abstract
19-
2017
def append(self, values):
2118
if not self.is_initialized:
2219
self.is_initialized = True

0 commit comments

Comments
 (0)