diff options
author | Valentin Bartenev <vbart@nginx.com> | 2021-10-04 15:33:56 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2021-10-04 15:33:56 +0300 |
commit | 8db8330f8428ffe98e0129b8e4b9bba2042ad00e (patch) | |
tree | 19f936ccd506e58a8bcb05e5473ac86d3470dde3 | |
parent | 9baf22e7bf2fe66efd85f7a402f5e71c51d6d768 (diff) | |
download | unit-8db8330f8428ffe98e0129b8e4b9bba2042ad00e.tar.gz unit-8db8330f8428ffe98e0129b8e4b9bba2042ad00e.tar.bz2 |
Static: removed surplus assignment.
It's not needed after 69d823e5710a.
Found by Clang Static Analyzer.
Diffstat (limited to '')
-rw-r--r-- | src/nxt_http_static.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |