Removed comment
parent
8e8f509e44
commit
d042cd00fb
|
@ -380,9 +380,6 @@ simplify_tree ( node_t **simplified, node_t *root )
|
||||||
if (!root)
|
if (!root)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
//for (int i = 0; i < root->n_children; i++)
|
|
||||||
// simplify_tree(&root->children[i], root->children[i]);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Each of the functions do their operations recursivly.
|
Each of the functions do their operations recursivly.
|
||||||
This opens up for a lot more flexibility, like removing
|
This opens up for a lot more flexibility, like removing
|
||||||
|
|
Loading…
Reference in New Issue