diff options
Diffstat (limited to 'mpi/mpi-mul.c')
-rw-r--r-- | mpi/mpi-mul.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mpi/mpi-mul.c b/mpi/mpi-mul.c index f83824926..df8eb2586 100644 --- a/mpi/mpi-mul.c +++ b/mpi/mpi-mul.c @@ -189,7 +189,6 @@ mpi_mul( MPI w, MPI u, MPI v) } - void mpi_mulm( MPI w, MPI u, MPI v, MPI m) { |