diff options
author | Daniel Gustafsson <daniel@yesql.se> | 2018-04-27 00:54:21 +0200 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2018-04-27 02:54:15 -0400 |
commit | 85437697da9257e92a50c5613b7608ca5fa8a751 (patch) | |
tree | 908507405544d3abe734275c233ed00864940e8f /lib | |
parent | 2f13e3d23d9acd448b1e1e2cad419b4c118c43e4 (diff) |
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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/cookie.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |