From e84ac7800f968aef4236488e9ca368baa80a01c9 Mon Sep 17 00:00:00 2001 From: rlar Date: Sun, 28 Apr 2013 20:06:10 +0200 Subject: [PATCH] sparse/*.c, drop unused artifacts --- src/maths/sparse/sputils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/maths/sparse/sputils.c b/src/maths/sparse/sputils.c index 5b767460d..b615d7882 100644 --- a/src/maths/sparse/sputils.c +++ b/src/maths/sparse/sputils.c @@ -1124,7 +1124,7 @@ spStripMatrix(MatrixPtr eMatrix) /* Reset the element lists. */ { - ElementPtr pElement; + struct ElementListNodeStruct *pListNode; pListNode = Matrix->LastElementListNode = Matrix->FirstElementListNode; @@ -1134,7 +1134,7 @@ spStripMatrix(MatrixPtr eMatrix) /* Reset the fill-in lists. */ { - ElementPtr pFillin; + struct FillinListNodeStruct *pListNode; pListNode = Matrix->LastFillinListNode = Matrix->FirstFillinListNode;