1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04: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:
Daniel Gustafsson 2018-04-27 00:54:21 +02:00 committed by Jay Satiro
parent 2f13e3d23d
commit 85437697da

View File

@ -69,7 +69,6 @@ struct CookieInfo {
*/
#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: */
#define MAX_NAME 4096