mirror of
https://github.com/nginx/nginx.git
synced 2025-07-25 22:56:59 +08:00
Mark logically dead code with corresponding comment.
Found by Coverity.
This commit is contained in:
parent
572bca7b83
commit
b69f284383
@ -1025,6 +1025,7 @@ ngx_http_ssi_parse(ngx_http_request_t *r, ngx_http_ssi_ctx_t *ctx)
|
|||||||
switch (state) {
|
switch (state) {
|
||||||
|
|
||||||
case ssi_start_state:
|
case ssi_start_state:
|
||||||
|
/* not reached */
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case ssi_tag_state:
|
case ssi_tag_state:
|
||||||
|
Loading…
Reference in New Issue
Block a user