summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson <daniel@yesql.se>2018-04-27 00:54:21 +0200
committerJay Satiro <raysatiro@yahoo.com>2018-04-27 02:54:15 -0400
commit85437697da9257e92a50c5613b7608ca5fa8a751 (patch)
tree908507405544d3abe734275c233ed00864940e8f
parent2f13e3d23d9acd448b1e1e2cad419b4c118c43e4 (diff)
downloadcurl-85437697da9257e92a50c5613b7608ca5fa8a751.tar.gz
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
-rw-r--r--lib/cookie.h1
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