Nettoyer les commentaire.
[tatoo.git] / src / table.ml
index 21ea213..15d39bc 100644 (file)
@@ -140,11 +140,6 @@ let get_descendant tree ln =
     let n1 = Naive_tree.first_child tree n in
     aux n1 [] ) ln in
   get_list_ordred tree ll
- (* let l = List.fold_left (fun acc n -> if List.mem n acc then acc 
-    else let n1 = Naive_tree.first_child tree n in
-        aux n1 acc) [] ln 
-  in
-  List.rev l *)
 
 let get_child tree ln =
   let rec aux n acc =