mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 09:41:57 +00:00
remove now superfluous Renderer.Stats method
step 2 (and final step) in producing stats as part of Rendering
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user