From c4e6a4be617bc01879ec7927f19691f48bfbef28 Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Fri, 16 May 2014 21:23:59 +0100 Subject: [PATCH] httpc: remove enabling of the test suite (fixes #2105) --- src/httpc.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/httpc.c b/src/httpc.c index 7cad315f..ddd5beda 100644 --- a/src/httpc.c +++ b/src/httpc.c @@ -34,10 +34,6 @@ #define SSL_OP_NO_COMPRESSION 0 #endif -#if ENABLE_TRACE -#define HTTPCLIENT_TESTSUITE 1 -#endif - struct http_client_ssl { int connected; int shutdown;