From 47c5671dc9e2e95e3944c20f8867a8f86aacd6e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Min=C3=A9?= Date: Wed, 21 Aug 2024 10:17:50 +0200 Subject: [PATCH] Cleaning. --- caml_z_tommath.c | 1 - 1 file changed, 1 deletion(-) diff --git a/caml_z_tommath.c b/caml_z_tommath.c index aa8155f..0d39fd5 100644 --- a/caml_z_tommath.c +++ b/caml_z_tommath.c @@ -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)