Remove deprecated ResultTree API

This commit is contained in:
Andrew Dunham 2015-04-28 15:57:35 -07:00
parent 07303c708b
commit 189961cb8d
23 changed files with 0 additions and 221 deletions

View file

@ -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.
//