diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-01-09 13:23:01 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-01-09 13:23:01 +0000 |
commit | bec0ebacf10d1e6e4712a41e832f161d858894f1 (patch) | |
tree | 22464f1c3a7bd8f1196bbced1530c1021807c25c | |
parent | 5bd6d631c62f5e21dbad4ac1af7193235bbb7c63 (diff) |
bad comment begone
-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); |