remove now superfluous Renderer.Stats method

step 2 (and final step) in producing stats as part of Rendering
This commit is contained in:
Matthias Radestock
2017-11-08 07:15:28 +00:00
parent 8f7e00f46a
commit 9bd8bd825b
10 changed files with 3 additions and 127 deletions
-4
View File
@@ -90,7 +90,3 @@ func (e endpoints2Hosts) Render(rpt report.Report, dct Decorator) Nodes {
ret.fixupAdjacencies(endpoints)
return ret.result()
}
func (e endpoints2Hosts) Stats(rpt report.Report, _ Decorator) Stats {
return Stats{} // nothing to report
}