Skip to content

Commit

Permalink
remove an unused binding
Browse files Browse the repository at this point in the history
  • Loading branch information
butterunderflow committed Aug 24, 2024
1 parent 5d347ed commit 96410ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/typing/env.ml
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,6 @@ let captured_scope (s : scope) (tpv : Types_in.tv ref) =

let captured (env : t) tpv = List.exists (fun s -> captured_scope s tpv) env

let size = List.length

(**********Debug Function*************)
let dbg (env : t) =
let scope_values s =
Expand Down

0 comments on commit 96410ef

Please sign in to comment.