From 8db8330f8428ffe98e0129b8e4b9bba2042ad00e Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Mon, 4 Oct 2021 15:33:56 +0300 Subject: [PATCH] Static: removed surplus assignment. It's not needed after 69d823e5710a. Found by Clang Static Analyzer. --- src/nxt_http_static.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nxt_http_static.c b/src/nxt_http_static.c index 5380ff23..36c1ebc9 100644 --- a/src/nxt_http_static.c +++ b/src/nxt_http_static.c @@ -321,7 +321,6 @@ nxt_http_static_send_ready(nxt_task_t *task, void *obj, void *data) f = NULL; mtype = NULL; - status = NXT_HTTP_INTERNAL_SERVER_ERROR; shr = &ctx->share;