From 4f43f305500eae1dcd33cb824c1cb66d05b453ec Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Mon, 7 Nov 2016 19:25:03 +0100 Subject: [PATCH] Remove former todo --- spm.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spm.c b/spm.c index 9c953533..919aec3e 100644 --- a/spm.c +++ b/spm.c @@ -763,10 +763,6 @@ spmExpand(const pastix_spm_t* spm) * \retval PASTIX_ERR_BADPARAMETER otherwise. * *******************************************************************************/ -/** - * TODO: Maybe we should move down the cast of the parameters to the lowest - * functions, and simplify this one to have identical calls to all subfunction - */ int spmMatVec(const pastix_trans_t trans, const void *alpha, -- GitLab