Skip to content

Commit

Permalink
bindings.js: remove duplicated definition
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Jul 10, 2023
1 parent aca2697 commit 40dd1b6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions kimchi/js/bindings.js
Original file line number Diff line number Diff line change
Expand Up @@ -2692,10 +2692,3 @@ function caml_pasta_fp_plonk_proof_example_with_rot() {
function caml_pasta_fp_plonk_proof_example_with_xor() {
throw new Error('Unimplemented caml_pasta_fp_plonk_proof_example_with_xor');
}

// Provides: caml_pasta_fp_plonk_proof_example_with_lookup
function caml_pasta_fp_plonk_proof_example_with_lookup() {
throw new Error(
'Unimplemented caml_pasta_fp_plonk_proof_example_with_lookup'
);
}

0 comments on commit 40dd1b6

Please sign in to comment.