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-07 22:10:22 +00:00
parent 8f7e00f46a
commit 9bd8bd825b
10 changed files with 3 additions and 127 deletions

View File

@@ -105,10 +105,6 @@ func (c connectionJoin) Render(rpt report.Report, dct Decorator) Nodes {
return ret.result()
}
func (c connectionJoin) Stats(rpt report.Report, _ Decorator) Stats {
return Stats{} // nothing to report
}
// FilterEmpty is a Renderer which filters out nodes which have no children
// from the specified topology.
func FilterEmpty(topology string, r Renderer) Renderer {