Skip to content

Commit

Permalink
Remove duplicated function
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo authored Jun 7, 2024
1 parent b6430a4 commit 406dda4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,3 @@ function caml_make_local_vect(v_len, v_elt) {
function caml_dummy_obj_is_stack(x) {
throw new Error(`BUG: this function should be unreachable; please report to compiler or base devs.`);
}

//Provides: caml_dummy_obj_is_stack
function caml_dummy_obj_is_stack(x) {
throw new Error(`BUG: this function should be unreachable; please report to compiler or base devs.`);
}

0 comments on commit 406dda4

Please sign in to comment.