summaryrefslogtreecommitdiff
path: root/lib/urlapi-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/urlapi-int.h')
-rw-r--r--lib/urlapi-int.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/urlapi-int.h b/lib/urlapi-int.h
index 425723309..bd6b60175 100644
--- a/lib/urlapi-int.h
+++ b/lib/urlapi-int.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -22,8 +22,6 @@
*
***************************************************************************/
#include "curl_setup.h"
-/* scheme is not URL encoded, the longest libcurl supported ones are... */
-#define MAX_SCHEME_LEN 40
bool Curl_is_absolute_url(const char *url, char *scheme, size_t buflen);