summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-05-25 16:57:35 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-05-25 16:57:35 +0200
commit1eccabbff1136fa4444f5b248d3a15e9917b3a85 (patch)
treeef9295220c9817033dd154a3665242e2f4ebe2e4
parent1dffd92111aed654569e0cc06e6a55f230b89461 (diff)
downloadcurl-1eccabbff1136fa4444f5b248d3a15e9917b3a85.tar.gz
fixup also remove the defines that are no longer used anywhere
-rw-r--r--lib/urldata.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 9c50c261f..560c1ff16 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -1228,17 +1228,6 @@ typedef enum {
RTSPREQ_LAST /* last in list */
} Curl_RtspReq;
-/*
- * Values that are generated, temporary or calculated internally for a
- * "session handle" must be defined within the 'struct UrlState'. This struct
- * will be used within the Curl_easy struct. When the 'Curl_easy'
- * struct is cloned, this data MUST NOT be copied.
- *
- * Remember that any "state" information goes globally for the curl handle.
- * Session-data MUST be put in the connectdata struct and here. */
-#define MAX_CURL_USER_LENGTH 256
-#define MAX_CURL_PASSWORD_LENGTH 256
-
struct auth {
unsigned long want; /* Bitmask set to the authentication methods wanted by
app (with CURLOPT_HTTPAUTH or CURLOPT_PROXYAUTH). */