removed writeinfo stuff

This commit is contained in:
Daniel Stenberg 2000-10-03 22:04:04 +00:00
parent d46b006f22
commit 2cdd150723
1 changed files with 2 additions and 0 deletions

View File

@ -483,9 +483,11 @@ CURLcode curl_setopt(CURL *curl, CURLoption option, ...)
case CURLOPT_WRITEFUNCTION:
data->fwrite = va_arg(param, curl_write_callback);
break;
#if 0
case CURLOPT_WRITEINFO:
data->writeinfo = va_arg(param, char *);
break;
#endif
case CURLOPT_READFUNCTION:
data->fread = va_arg(param, curl_read_callback);
break;