]> granicus.if.org Git - apache/commitdiff
Remove redundant test.
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 5 Nov 2016 08:27:43 +0000 (08:27 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 5 Nov 2016 08:27:43 +0000 (08:27 +0000)
Follow-up to r1759547

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1768160 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_mplx.c

index 60f4f29adbf927ed378a7ef93ceb62e6cbd143c0..7150058558051282df92baa4476872955ebb30bf 100644 (file)
@@ -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);