From 821302bcf3cb608b2f29dffc757f5152cbe63a39 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 8 Dec 2003 14:14:26 +0000 Subject: removed old version checks --- docs/examples/fopen.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docs/examples/fopen.c') 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 -#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 -- cgit v1.2.3