aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 2f780d490..2b1a3e624 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -166,10 +166,6 @@ typedef enum {
#define CURL_ERROR_SIZE 256
-/* maximum URL length we deal with in headers */
-#define URL_MAX_LENGTH 4096
-#define URL_MAX_LENGTH_TXT "4095"
-
/* name is uppercase CURLOPT_<name>,
type is one of the defined CURLOPTTYPE_<type>
number is unique identifier */