HomeFreeBSD

Remove an unneeded assignment of the return value.

Description

Remove an unneeded assignment of the return value.

tdelete() is supposed to return the address of the parent node that has
been deleted. We already keep track of this node in the loop between
lines 94-107. The GO_LEFT()/GO_RIGHT() macros are used later on as well,
so we must make sure not to change it to something else.

Details

Provenance
edAuthored on
Parents
rS293878: Remove unnecessary kldload logic added to geom_subr.sh in r293028
Branches
Unknown
Tags
Unknown