mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
hash: delete unused debug function
It had no use in the curl codebase and was also protected by the macro
`AGGRESSIVE_TEST` (renamed in 2020), also with no local reference.
Added in ca6e770837 (2002-11-11)
Closes #13729
This commit is contained in:
parent
1d7b86e72b
commit
3b9ac3646b
2 changed files with 0 additions and 21 deletions
|
|
@ -80,8 +80,6 @@ void Curl_hash_init(struct Curl_hash *h,
|
|||
void *Curl_hash_add(struct Curl_hash *h, void *key, size_t key_len, void *p);
|
||||
int Curl_hash_delete(struct Curl_hash *h, void *key, size_t key_len);
|
||||
void *Curl_hash_pick(struct Curl_hash *, void *key, size_t key_len);
|
||||
void Curl_hash_apply(struct Curl_hash *h, void *user,
|
||||
void (*cb)(void *user, void *ptr));
|
||||
#define Curl_hash_count(h) ((h)->size)
|
||||
void Curl_hash_destroy(struct Curl_hash *h);
|
||||
void Curl_hash_clean(struct Curl_hash *h);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue