mirror of
https://github.com/curl/curl.git
synced 2026-08-05 01:36:17 +03:00
creds: remove two unused functions
Curl_creds_same_user and Curl_creds_same_password Closes #21776
This commit is contained in:
parent
7bc2bf7917
commit
98431e89bb
2 changed files with 0 additions and 12 deletions
|
|
@ -66,8 +66,6 @@ void Curl_creds_unlink(struct Curl_creds **pcreds);
|
|||
|
||||
/* TRUE if both creds are NULL or have same username and password. */
|
||||
bool Curl_creds_same(struct Curl_creds *c1, struct Curl_creds *c2);
|
||||
bool Curl_creds_same_user(struct Curl_creds *creds, const char *user);
|
||||
bool Curl_creds_same_passwd(struct Curl_creds *creds, const char *passwd);
|
||||
|
||||
/* Provides properties for creds or, if creds is NULL, the empty string */
|
||||
#define Curl_creds_has_user(c) ((c) && (c)->user[0])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue