mirror of
https://github.com/curl/curl.git
synced 2026-08-25 09:53:32 +03:00
splay: rename Curl_splayremovebyaddr to Curl_splayremove
... and remove the old unused proto for the old Curl_splayremove version. Closes #6269
This commit is contained in:
parent
2d4d012a49
commit
b6b535994e
4 changed files with 11 additions and 19 deletions
|
|
@ -99,7 +99,7 @@ UNITTEST_START
|
|||
splayprint(root, 0, 1);
|
||||
printf("remove pointer %d, payload %zu\n", rem,
|
||||
*(size_t *)nodes[rem].payload);
|
||||
rc = Curl_splayremovebyaddr(root, &nodes[rem], &root);
|
||||
rc = Curl_splayremove(root, &nodes[rem], &root);
|
||||
if(rc) {
|
||||
/* failed! */
|
||||
printf("remove %d failed!\n", rem);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue