deletes from the body of the list

successor = next(predecessor);

if(successor != null)

setlink(predecessor,next(successor));