From fa928eb5e5982016996b63ab8b7c1f3228b74280 Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Wed, 17 Feb 2016 10:22:11 -0500 Subject: [PATCH] Silent warnings --- spm.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/spm.h b/spm.h index e97b7809..8277a83d 100644 --- a/spm.h +++ b/spm.h @@ -34,8 +34,6 @@ struct pastix_spm_s { pastix_int_t *loc2glob; /*< Corresponding numbering from local to global */ void *values; /*< Values stored in the matrix */ }; -typedef struct pastix_spm_s pastix_spm_t; -typedef struct pastix_spm_s pastix_csc_t; int csc_load( pastix_int_t *n, -- GitLab