Skip to content

Commit

Permalink
Remove unused parameter from bind_type_index.
Browse files Browse the repository at this point in the history
  • Loading branch information
skaller committed Feb 6, 2022
1 parent cb63089 commit e367141
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/compiler/flx_bind/flx_bind_type_index.ml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ let debug = false

let rec bind_type_index
bind_type'
inner_bind_type (* why is this here it isn't used *)
state (bsym_table:Flx_bsym_table.t) (rs:recstop) sr index ts mkenv
=
(* fixup the fixpoints *)
Expand Down
1 change: 0 additions & 1 deletion src/compiler/flx_bind/flx_lookup.ml
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,6 @@ and bind_type_index
=
Flx_bind_type_index.bind_type_index
bind_type'
inner_bind_type
state (bsym_table:Flx_bsym_table.t) (rs:recstop) sr index ts mkenv

(* -------------------------------------------------------------------------- *)
Expand Down

0 comments on commit e367141

Please sign in to comment.