From bec0ebacf10d1e6e4712a41e832f161d858894f1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 9 Jan 2002 13:23:01 +0000 Subject: bad comment begone --- docs/examples/simple.c | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/examples/simple.c') 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); -- cgit v1.2.3