Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsterling committed May 19, 2022
1 parent 3d9d352 commit cfc4cf2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Preorder.ml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,7 @@ struct

let insert x y gph =
let gph = Prim.add_generator x y gph in

if has_path x y gph then
let _ = print_string "had_path\n" in
gph
else
if has_path x y gph then gph else
let rec loop bnds gph =
match bnds with
| [] -> gph
Expand Down

0 comments on commit cfc4cf2

Please sign in to comment.