summaryrefslogtreecommitdiff
path: root/lib/command_graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/command_graph.h')
-rw-r--r--lib/command_graph.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/command_graph.h b/lib/command_graph.h
index 48c3d9cd0a..e42b8336e5 100644
--- a/lib/command_graph.h
+++ b/lib/command_graph.h
@@ -59,7 +59,6 @@ struct graph_node
{
enum graph_node_type type; // data type this node matches or holds
vector children; // this node's children
- struct graph_node *end; // pointer to end for SELECTOR_GN & OPTION_GN
char *text; // original format text
char *doc; // docstring for this node