From: Adam Sutton Date: Fri, 16 May 2014 20:23:59 +0000 (+0100) Subject: httpc: remove enabling of the test suite (fixes #2105) X-Git-Tag: v4.1~2086 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4e6a4be617bc01879ec7927f19691f48bfbef28;p=thirdparty%2Ftvheadend.git httpc: remove enabling of the test suite (fixes #2105) --- diff --git a/src/httpc.c b/src/httpc.c index 7cad315f1..ddd5beda3 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;