Remove an item from the list.
list.pop(SENTINEL, bytes32(keccak256("entry")));
LinkedBytes32
The storage pointer of the list.
bytes32
The entry before the entry to be removed.
The entry to be removed.
None