From: Daniel Gustafsson Date: Thu, 26 Apr 2018 22:54:21 +0000 (+0200) Subject: cookies: remove unused macro X-Git-Tag: curl-7_60_0~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=85437697da9257e92a50c5613b7608ca5fa8a751;p=thirdparty%2Fcurl.git 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 --- diff --git a/lib/cookie.h b/lib/cookie.h index 299eb52e79..79b5928dc2 100644 --- a/lib/cookie.h +++ b/lib/cookie.h @@ -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