deleteSelf method

void deleteSelf()

Implementation

void deleteSelf() {
  node1.deleteNext(node2);
}