Node* victim = curr->prev; curr->prev = victim->prev; victim->prev->next = curr; delete victim;