MobilityDB 1.1

◆ skiplist_delete()

static void skiplist_delete ( SkipList list,
int  cur 
)
static

Delete an element from the skiplist.

Note
The calling function is responsible to delete the value pointed by the skiplist element. This function simply sets the pointer to NULL.