Remove deprecated ResultTree API
This commit is contained in:
parent
07303c708b
commit
189961cb8d
23 changed files with 0 additions and 221 deletions
|
|
@ -86,9 +86,6 @@ type Iterator interface {
|
|||
// Returns the current result.
|
||||
Result() Value
|
||||
|
||||
// DEPRECATED -- Fills a ResultTree struct with Result().
|
||||
ResultTree() *ResultTree
|
||||
|
||||
// These methods are the heart and soul of the iterator, as they constitute
|
||||
// the iteration interface.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue