From: Christophe Jaillet Date: Sat, 5 Nov 2016 08:27:43 +0000 (+0000) Subject: Remove redundant test. X-Git-Tag: 2.5.0-alpha~1031 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b9bd2b7effb044875e43818e598a0791085fc80;p=thirdparty%2Fapache%2Fhttpd.git Remove redundant test. Follow-up to r1759547 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1768160 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_mplx.c b/modules/http2/h2_mplx.c index 60f4f29adbf..71500585580 100644 --- a/modules/http2/h2_mplx.c +++ b/modules/http2/h2_mplx.c @@ -512,10 +512,6 @@ static int task_print(void *ctx, void *val) (stream? 0 : 1), task->worker_started, task->worker_done, task->frozen); } - else if (task) { - ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, m->c, /* NO APLOGNO */ - "->03198: h2_stream(%ld-%d): NULL", m->id, task->stream_id); - } else { ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, m->c, /* NO APLOGNO */ "->03198: h2_stream(%ld-NULL): NULL", m->id);