mirror of
https://github.com/moparisthebest/curl
synced 2024-11-12 04:25:08 -05:00
cookies: remove unused macro
Commit 2bc230de63
made the macro MAX_COOKIE_LINE_TXT become unused,
so remove as it's not part of the published API.
Closes https://github.com/curl/curl/pull/2537
This commit is contained in:
parent
2f13e3d23d
commit
85437697da
@ -69,7 +69,6 @@ struct CookieInfo {
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
#define MAX_COOKIE_LINE 5000
|
#define MAX_COOKIE_LINE 5000
|
||||||
#define MAX_COOKIE_LINE_TXT "4999"
|
|
||||||
|
|
||||||
/* This is the maximum length of a cookie name or content we deal with: */
|
/* This is the maximum length of a cookie name or content we deal with: */
|
||||||
#define MAX_NAME 4096
|
#define MAX_NAME 4096
|
||||||
|
Loading…
Reference in New Issue
Block a user