- changed iterator->remove behavior

This commit is contained in:
Martin Willi
2006-05-29 11:04:09 +00:00
parent b83200569e
commit 4c59264d9b
2 changed files with 4 additions and 8 deletions
-4
View File
@@ -268,10 +268,6 @@ static status_t remove(private_iterator_t *this)
{
new_current = this->current->previous;
}
else if (this->current->next != NULL)
{
new_current = this->current->next;
}
else
{
new_current = NULL;