A close provider should not be an origin node

Removed the `DotOrigin()` func after review of the PR. With this change
the PR is up-to-spec to be merged (as just discussed with Paul in IRC).
This commit is contained in:
Sander van Harmelen 2015-06-23 22:31:44 +02:00
parent 0b1dbf31a3
commit 110cf8b3d4
1 changed files with 0 additions and 5 deletions

View File

@ -348,11 +348,6 @@ func (n *graphNodeCloseProvider) DotNode(name string, opts *GraphDotOpts) *dot.N
})
}
// GraphNodeDotterOrigin impl.
func (n *graphNodeCloseProvider) DotOrigin() bool {
return true
}
// GraphNodeFlattenable impl.
func (n *graphNodeCloseProvider) Flatten(p []string) (dag.Vertex, error) {
return &graphNodeCloseProviderFlat{