Unverified Commit ee6945c0 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

http2: remove CURL_DISABLE_TYPECHECK define

... in http2-less builds as it served no use.
parent 860ca310
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2415,8 +2415,6 @@ bool Curl_h2_http_1_1_error(struct connectdata *conn)
#else /* !USE_NGHTTP2 */

/* Satisfy external references even if http2 is not compiled in. */

#define CURL_DISABLE_TYPECHECK
#include <curl/curl.h>

char *curl_pushheader_bynum(struct curl_pushheaders *h, size_t num)