diff options
Diffstat (limited to 'tests/libtest/lib1515.c')
-rw-r--r-- | tests/libtest/lib1515.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/libtest/lib1515.c b/tests/libtest/lib1515.c index 4ac9fcfdc..d5c8f7d08 100644 --- a/tests/libtest/lib1515.c +++ b/tests/libtest/lib1515.c @@ -39,9 +39,6 @@ #define sleep(s) Sleep(s * 1000) #endif -#define _MPRINTF_REPLACE -#include <curl/mprintf.h> - static int debug_callback(CURL *curl, curl_infotype info, char *msg, size_t len, void *ptr) { (void)curl; |