mirror of
https://github.com/curl/curl.git
synced 2026-08-01 04:58:04 +03:00
curlx: drop unused curlx_saferealloc()
Unused since 67ae101666 #19949
Closes #20504
This commit is contained in:
parent
31a4f415af
commit
5bdbad87c5
3 changed files with 0 additions and 26 deletions
|
|
@ -102,8 +102,6 @@ static CURLcode dyn_nappend(struct dynbuf *s,
|
|||
}
|
||||
|
||||
if(a != s->allc) {
|
||||
/* this logic is not using curlx_saferealloc() to make the tool not have to
|
||||
include that as well when it uses this code */
|
||||
void *p = curlx_realloc(s->bufr, a);
|
||||
if(!p) {
|
||||
curlx_dyn_free(s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue