diff options
Diffstat (limited to 'lib/command_graph.h')
| -rw-r--r-- | lib/command_graph.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/command_graph.h b/lib/command_graph.h index dc78475ca6..ed0e98a6e5 100644 --- a/lib/command_graph.h +++ b/lib/command_graph.h @@ -78,18 +78,6 @@ struct graph_node * new_node(enum graph_node_type); /** - * Copies a node. - * The children vector is copied, but the pointers the vector - * holds point to the same data as the original vector. - * The element, if it exists, is copied. - * - * @param[in] pointer to node to copy - * @return pointer to copied node - */ -struct graph_node * -copy_node(struct graph_node *); - -/** * Frees the data associated with a graph_node. * @param[out] pointer to graph_node to free */ |
