]> granicus.if.org Git - curl/commitdiff
bad comment begone
authorDaniel Stenberg <daniel@haxx.se>
Wed, 9 Jan 2002 13:23:01 +0000 (13:23 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 9 Jan 2002 13:23:01 +0000 (13:23 +0000)
docs/examples/simple.c

index d591f96071cb3de6feab1dd42d797dda85005b40..1b93dd83b728075d7771fc2b94338fb30e7831e6 100644 (file)
@@ -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);