Skip to content

Commit 7233b09

Browse files
committed
remove unused method
1 parent b825bd0 commit 7233b09

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/stats/aggregate/aggregate.ts

-3
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,4 @@ export abstract class Aggregate<T> {
8383
public getValue(filePath: FilePath, aggregateKey: AggregateKey): T {
8484
return this.files[filePath][aggregateKey];
8585
}
86-
public displayReport(): string {
87-
return "TODO: report will be here";
88-
}
8986
}

0 commit comments

Comments
 (0)