Skip to content

Commit

Permalink
Cleaning.
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinemine committed Aug 21, 2024
1 parent 34292cd commit 47c5671
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion caml_z_tommath.c
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,6 @@ CAMLprim value ml_z_sqrt_rem(value arg)
Field(r,1) = r2;
Z_END_ARG(arg);
CAMLreturn(r);
//caml_failwith("Z.sqrt_rem: not implemented in LibTomMath backend");
}

CAMLprim value ml_z_gcd(value arg1, value arg2)
Expand Down

0 comments on commit 47c5671

Please sign in to comment.