Removed comment

main
Øyvind Skaaden 2022-03-18 22:48:22 +01:00
parent 8e8f509e44
commit d042cd00fb
1 changed files with 0 additions and 3 deletions

View File

@ -380,9 +380,6 @@ simplify_tree ( node_t **simplified, node_t *root )
if (!root)
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.
This opens up for a lot more flexibility, like removing