aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/setup.h b/lib/setup.h
index ca8155b3a..d02eec92d 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -204,13 +204,6 @@ typedef unsigned char bool;
#include <clib.h>
#endif
-#if defined(CURLDEBUG) && defined(HAVE_ASSERT_H)
-#define curlassert(x) assert(x)
-#else
-/* does nothing without CURLDEBUG defined */
-#define curlassert(x)
-#endif
-
/* To make large file support transparent even on Windows */
#if defined(WIN32) && (SIZEOF_CURL_OFF_T > 4)