Skip to content

Commit

Permalink
fix: removed done todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Dreyer committed Aug 1, 2012
1 parent 7b156fb commit c0d2927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Singular/newstruct.cc
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ BOOLEAN newstruct_Assign(leftv l, leftv r)
if (sl != NULL)
{
if (sl->Typ()==l->Typ()) return newstruct_Assign(l, sl);
else sl->CleanUp(); // @todo Is this enough to kill 'sh`?
else sl->CleanUp();
}
}
}
Expand Down

0 comments on commit c0d2927

Please sign in to comment.