summaryrefslogtreecommitdiff
path: root/lib/command_parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'lib/command_parse.y')
-rw-r--r--lib/command_parse.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/command_parse.y b/lib/command_parse.y
index 690832357a..56c58fdaed 100644
--- a/lib/command_parse.y
+++ b/lib/command_parse.y
@@ -303,7 +303,6 @@ selector_element: selector_element_root selector_token_seq
assert(!selnode_start && !selnode_end); // both should be null
selnode_start = new_node (SELECTOR_GN); // diverging node
selnode_end = new_node (NUL_GN); // converging node
- selnode_start->end = selnode_end; // duh
}
// add element head as a child of the selector