diff options
Diffstat (limited to 'docs/examples/simple.c')
-rw-r--r-- | docs/examples/simple.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/examples/simple.c b/docs/examples/simple.c index d591f9607..1b93dd83b 100644 --- a/docs/examples/simple.c +++ b/docs/examples/simple.c @@ -18,7 +18,6 @@ int main(void) curl = curl_easy_init(); if(curl) { - /* what call to write: */ curl_easy_setopt(curl, CURLOPT_URL, "curl.haxx.se"); res = curl_easy_perform(curl); |