From 1d5fdc526b5ebf402e6359a3616a4fc3cc2269b3 Mon Sep 17 00:00:00 2001 From: Amaury Denoyelle Date: Wed, 16 Feb 2022 14:35:10 +0100 Subject: [PATCH] MINOR: h3: remove unused return value on decode_qcs This should fix 1470806 coverity report from github issue #1550. --- src/h3.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/h3.c b/src/h3.c index 7cecb5de7..5f2757ff8 100644 --- a/src/h3.c +++ b/src/h3.c @@ -284,9 +284,6 @@ static int h3_decode_qcs(struct qcs *qcs, int fin, void *ctx) } return 0; - - fail: - return -1; } /* Parse a SETTINGS frame which must not be truncated with as length from