Remove deprecated ResultTree API
This commit is contained in:
parent
07303c708b
commit
189961cb8d
23 changed files with 0 additions and 221 deletions
|
|
@ -66,14 +66,6 @@ func (it *Not) SubIterators() []graph.Iterator {
|
|||
return []graph.Iterator{it.primaryIt, it.allIt}
|
||||
}
|
||||
|
||||
// DEPRECATED
|
||||
func (it *Not) ResultTree() *graph.ResultTree {
|
||||
tree := graph.NewResultTree(it.Result())
|
||||
tree.AddSubtree(it.primaryIt.ResultTree())
|
||||
tree.AddSubtree(it.allIt.ResultTree())
|
||||
return tree
|
||||
}
|
||||
|
||||
// Next advances the Not iterator. It returns whether there is another valid
|
||||
// new value. It fetches the next value of the all iterator which is not
|
||||
// contained by the primary iterator.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue