summaryrefslogtreecommitdiff
path: root/lib/easy.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2023-04-08 00:44:59 +0200
committerDaniel Stenberg <daniel@haxx.se>2023-04-08 17:47:10 +0200
commit5f307986a39309c5ab5c4f775ce947ca7bb86139 (patch)
tree1b3968a1743459577c79429994ab73f3f510d6f3 /lib/easy.c
parent712e5f1e7f5f0d9f94a5de0bd0b8dc4f46e7816c (diff)
downloadcurl-5f307986a39309c5ab5c4f775ce947ca7bb86139.tar.gz
lib: remove CURLX_NO_MEMORY_CALLBACKS
The only user of this define was 'chkdecimalpoint' - a special purpose test tool that was built but not used anymore (since 17c18fbc3 - Apr 2020). Closes #10908
Diffstat (limited to 'lib/easy.c')
-rw-r--r--lib/easy.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/easy.c b/lib/easy.c
index 27124a72f..f3581410d 100644
--- a/lib/easy.c
+++ b/lib/easy.c
@@ -24,14 +24,6 @@
#include "curl_setup.h"
-/*
- * See comment in curl_memory.h for the explanation of this sanity check.
- */
-
-#ifdef CURLX_NO_MEMORY_CALLBACKS
-#error "libcurl shall not ever be built with CURLX_NO_MEMORY_CALLBACKS defined"
-#endif
-
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif