summaryrefslogtreecommitdiff
path: root/lib/easy.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-01-31 10:12:28 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-01-31 13:40:26 +0100
commit3b16575ae938dec2a29454631a12aa52b6ab9c67 (patch)
tree22f84f14e43371131243ddb600ce6e9f64aac921 /lib/easy.c
parent14dd6928ff9e49e1280bec368ad7159a7d959c6d (diff)
downloadcurl-3b16575ae938dec2a29454631a12aa52b6ab9c67.tar.gz
netware: remove support
There are no current users and no Netware related changes done in the code for over 13 years is a clear sign this is abandoned. Closes #8358
Diffstat (limited to 'lib/easy.c')
-rw-r--r--lib/easy.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/easy.c b/lib/easy.c
index 20293a710..a225191d6 100644
--- a/lib/easy.c
+++ b/lib/easy.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2022, 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
@@ -168,12 +168,6 @@ static CURLcode global_init(long flags, bool memoryfuncs)
}
#endif
-#ifdef NETWARE
- if(netware_init()) {
- DEBUGF(fprintf(stderr, "Warning: LONG namespace not available\n"));
- }
-#endif
-
if(Curl_resolver_global_init()) {
DEBUGF(fprintf(stderr, "Error: resolver_global_init failed\n"));
goto fail;