]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cookies: remove unused macro
authorDaniel Gustafsson <daniel@yesql.se>
Thu, 26 Apr 2018 22:54:21 +0000 (00:54 +0200)
committerJay Satiro <raysatiro@yahoo.com>
Fri, 27 Apr 2018 06:54:15 +0000 (02:54 -0400)
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

index 299eb52e793719aaf3d27a4e3af37820ad2e6d9f..79b5928dc2c74f75a1e64699e789d2ed16332e43 100644 (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