From 85437697da9257e92a50c5613b7608ca5fa8a751 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Fri, 27 Apr 2018 00:54:21 +0200 Subject: 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 --- lib/cookie.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/cookie.h b/lib/cookie.h index 299eb52e7..79b5928dc 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 -- cgit v1.2.1