Skip to content

Commit

Permalink
⚰️ Remove dead variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeta611 committed Feb 28, 2025
1 parent 1baed0e commit 25026b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/interp.ml
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ and reconcile1 (path : Path.t) (idx : int) (old_tree : tree option)
let { part_view; _ } = perform (Lookup_ent pt) in
match part_view with
| Root -> assert false
| Node { comp_spec = { comp = comp'; arg = arg' }; _ } ->
| Node { comp_spec = { comp = comp'; _ }; _ } ->
if Id.(comp = comp') then
(* TODO: Check me *)
(*update1 t (if Value.(arg = arg') then None else Some arg)*)
Expand Down

0 comments on commit 25026b7

Please sign in to comment.