diff options
author | Max Kellermann <max@musicpd.org> | 2019-08-26 20:43:39 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-08-26 20:43:39 +0200 |
commit | 115dd2b5ce096dc44065343086c547737b04e904 (patch) | |
tree | 57a02a1f303dbf4f5a327b9f83b7fdb4b40e02e5 /src/input | |
parent | b18003ddfd476d9836f7d6055bcb5c3f4f3cf01d (diff) |
lib/curl: require CURL 7.33, remove bug workaround
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/plugins/CurlInputPlugin.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/input/plugins/CurlInputPlugin.cxx b/src/input/plugins/CurlInputPlugin.cxx index 21d83c1d9..10f219006 100644 --- a/src/input/plugins/CurlInputPlugin.cxx +++ b/src/input/plugins/CurlInputPlugin.cxx @@ -48,10 +48,6 @@ #include <curl/curl.h> -#if LIBCURL_VERSION_NUM < 0x071200 -#error libcurl is too old -#endif - /** * Do not buffer more than this number of bytes. It should be a * reasonable limit that doesn't make low-end machines suffer too |