aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/fopen.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/fopen.c')
-rw-r--r--docs/examples/fopen.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/examples/fopen.c b/docs/examples/fopen.c
index 272c1ad87..eb5501628 100644
--- a/docs/examples/fopen.c
+++ b/docs/examples/fopen.c
@@ -51,11 +51,6 @@
#include <curl/curl.h>
-#if (LIBCURL_VERSION_NUM < 0x070907)
-#error "too old libcurl version, get the latest!"
-#endif
-
-
enum fcurl_type_e { CFTYPE_NONE=0, CFTYPE_FILE=1, CFTYPE_CURL=2 };
struct fcurl_data