Skip to content

Commit

Permalink
rm stale todo
Browse files Browse the repository at this point in the history
  • Loading branch information
dm0n3y committed Sep 1, 2024
1 parent fd628a4 commit 7e848fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/parser/Melder.re
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ let eq = (l: Wald.t, r: Wald.t) =>
// assumes w is already oriented toward side.
// used to complete zigg top when it takes precedence over pushed wald.
let complete_wald = (~side: Dir.t, ~fill=Cell.empty, w: Wald.t): Terr.t => {
let _ = failwith("todo: review side arg in callers");
let from = Dir.toggle(side);
let exited = Walker.exit(~from, Node(Wald.face(w)));
let baked = Grouter.pick(~repair=true, ~from, [fill], exited);
Expand Down

0 comments on commit 7e848fc

Please sign in to comment.