aboutsummaryrefslogtreecommitdiffstats
path: root/mpi/mpih-mul.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpi/mpih-mul.c')
-rw-r--r--mpi/mpih-mul.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mpi/mpih-mul.c b/mpi/mpih-mul.c
index 3422f6541..e1bfef55b 100644
--- a/mpi/mpih-mul.c
+++ b/mpi/mpih-mul.c
@@ -415,8 +415,6 @@ mpihelp_mul_karatsuba_case( mpi_ptr_t prodp,
}
if( usize ) {
- #warning Must test this CODE!!!
- g10_log_debug("this code path is not yet tested\n");
if( usize < KARATSUBA_THRESHOLD ) {
mpihelp_mul( ctx->tspace, vp, vsize, up, usize );
}