summaryrefslogtreecommitdiffstats
path: root/searchsummary/src/tests/extractkeywords/simplequerystackitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchsummary/src/tests/extractkeywords/simplequerystackitem.h')
-rw-r--r--searchsummary/src/tests/extractkeywords/simplequerystackitem.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/searchsummary/src/tests/extractkeywords/simplequerystackitem.h b/searchsummary/src/tests/extractkeywords/simplequerystackitem.h
index 05250154d18..810000b09a6 100644
--- a/searchsummary/src/tests/extractkeywords/simplequerystackitem.h
+++ b/searchsummary/src/tests/extractkeywords/simplequerystackitem.h
@@ -17,9 +17,6 @@ namespace search {
* to the different query stack execution operations. It also
* provides an arity, and the string values indexName and term, to
* accomodate the different needs of the operations.
- * It also includes a mechanism for making singly linked lists
- * with sub-lists. This is used during the parsing, and also
- * when constructing the simple query stack.
*/
class SimpleQueryStackItem : public ParseItem
{
@@ -30,8 +27,6 @@ private:
public:
/** Pointer to next item in a linked list. */
SimpleQueryStackItem *_next;
- /** Pointer to first item in a sublist. */
- SimpleQueryStackItem *_sibling;
private:
query::Weight _weight;