Remove an unneeded assignment of the return value.
authored <ed@FreeBSD.org>
Thu, 14 Jan 2016 07:27:42 +0000 (07:27 +0000)
committered <ed@FreeBSD.org>
Thu, 14 Jan 2016 07:27:42 +0000 (07:27 +0000)
commit3e8ec99afcae5d470f7dce8780e03d62e6cba5ae
tree346842c9d06f2a617f536cecc94769461cfee77a
parent88a8680a451916ff229aa973842bd01738f6eac2
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.
lib/libc/stdlib/tdelete.c