Static: removed surplus assignment.

It's not needed after 69d823e5710a.
Found by Clang Static Analyzer.
This commit is contained in:
Valentin Bartenev
2021-10-04 15:33:56 +03:00
parent 9baf22e7bf
commit 8db8330f84

View File

@@ -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;