diff options
Diffstat (limited to 'lib/sendf.c')
-rw-r--r-- | lib/sendf.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/sendf.c b/lib/sendf.c index 25ccb926d..4417a888c 100644 --- a/lib/sendf.c +++ b/lib/sendf.c @@ -142,11 +142,6 @@ void Curl_failf(struct UrlData *data, char *fmt, ...) va_start(ap, fmt); if(data->errorbuffer) vsnprintf(data->errorbuffer, CURL_ERROR_SIZE, fmt, ap); - else if(!data->bits.mute) { - /* no errorbuffer receives this, write to data->err instead */ - vfprintf(data->err, fmt, ap); - fprintf(data->err, "\n"); - } va_end(ap); } |