sparse/*.c, drop unused artifacts

This commit is contained in:
rlar 2013-04-28 20:06:10 +02:00
parent 8ea98aea6a
commit e84ac7800f
1 changed files with 2 additions and 2 deletions

View File

@ -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;