From: Marcello Stanisci Date: Tue, 20 Nov 2018 13:08:34 +0000 (+0100) Subject: Remove obsolete comment. X-Git-Tag: v0.11.0~233^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c9f2384a9543bac1bd18efcf9a307bcff761bc49;p=oweals%2Fgnunet.git Remove obsolete comment. --- diff --git a/src/curl/curl.c b/src/curl/curl.c index 985800e64..f02bf9411 100644 --- a/src/curl/curl.c +++ b/src/curl/curl.c @@ -498,7 +498,6 @@ GNUNET_CURL_perform2 (struct GNUNET_CURL_Context *ctx, #endif job->jcc (job->jcc_cls, response_code, - /* NOTE: jcc is now in charge of decref-ing */ response); rc (response); GNUNET_CURL_job_cancel (job);