comparison src/http/modules/ngx_http_ssi_filter_module.c @ 4821:f1867c1d4c63

Mark logically dead code with corresponding comment. Found by Coverity.
author Andrey Belov <defan@nginx.com>
date Fri, 17 Aug 2012 15:35:50 +0000
parents 4a18bf1833a9
children cbd4bbe976d4
comparison
equal deleted inserted replaced
4820:49d65c9364fc 4821:f1867c1d4c63
1023 } 1023 }
1024 1024
1025 switch (state) { 1025 switch (state) {
1026 1026
1027 case ssi_start_state: 1027 case ssi_start_state:
1028 /* not reached */
1028 break; 1029 break;
1029 1030
1030 case ssi_tag_state: 1031 case ssi_tag_state:
1031 switch (ch) { 1032 switch (ch) {
1032 case '!': 1033 case '!':