save
[protos/libecoli.git] / lib / ecoli_node_option.c
index 6f8d229..bc912ef 100644 (file)
@@ -110,7 +110,6 @@ struct ec_node *ec_node_option(const char *id, struct ec_node *child)
 
        node->child = child;
 
-       child->parent = gen_node;
        TAILQ_INSERT_TAIL(&gen_node->children, child, next);
 
        return &node->gen;