remove logically dead code try #2
14438 cond_const: Condition is_option, taking true branch. Now the value of is_option is equal to 1. const: At condition is_option, the value of is_option must be equal to 1. dead_error_condition: The condition !is_option cannot be true. 14439 if (!is_option) {
CID 1441449 (#1 of 1): Logically dead code (DEADCODE) dead_error_line: Execution cannot reach this statement: nametext = ptr;. 14440 nametext = ptr;